TableAttribute Constructor (String) | 
 
            Specifies the table a POCO maps to.
            
 
    Namespace: 
   Cassandra.Mapping.Attributes
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic TableAttribute(
	string tableName
)
Parameters
- tableName
 - Type: SystemString
The name of the table to map this POCO to. 
See Also