Returns names of all tables which are defined within specified keyspace.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic ICollection<string> GetTables(
	string keyspace
)
Parameters
- keyspace
 - Type: SystemString
the name of the keyspace for which all tables metadata should be
             returned. 
Return Value
Type: 
ICollectionStringan ICollection of the metadata for the tables defined in this
             keyspace.
See Also