KeyspaceMetadataGetTablesNames Method |
Returns names of all tables defined in this keyspace.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax public ICollection<string> GetTablesNames()
Return Value
Type:
ICollectionStringa collection of all, defined in this
keyspace tables names.
See Also