Specifies what table to map the POCO to.
            
 
    Namespace: 
   Cassandra.Mapping
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic Map<TPoco> TableName(
	string tableName
)
Parameters
- tableName
 - Type: SystemString
 
Return Value
Type: 
MapTPoco
See Also