| KeyspaceMetadataGetTableMetadata Method  | 
             Returns metadata of specified table in this keyspace.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.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