Returns names of all tables which are defined within specified keyspace.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.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