Click or drag to resize

KeyspaceMetadataGetTablesNames Method

Returns names of all tables defined in this keyspace.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public ICollection<string> GetTablesNames()

Return Value

Type: ICollectionString
a collection of all, defined in this keyspace tables names.
See Also