Click or drag to resize
KeyspaceMetadataGetTablesNames Method
Returns names of all tables defined in this keyspace.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
public ICollection<string> GetTablesNames()

Return Value

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