KeyspaceMetadataGetTableMetadata Method  | 
 
             Returns metadata of specified table in this keyspace.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic TableMetadata GetTableMetadata(
	string tableName
)
Parameters
- tableName
 - Type: SystemString
 the name of table to retrieve  
Return Value
Type: 
TableMetadatathe metadata for table 
tableName in this keyspace if it
             exists, 
null otherwise.
See Also