TableAttribute Constructor (String) |
Specifies the table a POCO maps to.
Namespace: Cassandra.Mapping.AttributesAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public TableAttribute(
string tableName
)
Parameters
- tableName
- Type: SystemString
The name of the table to map this POCO to.
See Also