Returns TableMetadata for specified table in specified keyspace.
            
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic TableMetadata GetTable(
	string keyspace,
	string tableName
)
Parameters
- keyspace
 - Type: SystemString
name of the keyspace within specified table is defined. - tableName
 - Type: SystemString
name of table for which metadata should be returned. 
Return Value
Type: 
TableMetadataa TableMetadata for the specified table in the specified keyspace.
See Also