KeyspaceMetadataGetTablesNames Method |
Returns names of all tables defined in this keyspace.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public ICollection<string> GetTablesNames()
Return Value
Type:
ICollectionStringa collection of all, defined in this
keyspace tables names.
See Also