TableNameAttribute Constructor |
Specifies the table a POCO maps to.
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax public TableNameAttribute(
string tableName
)
Parameters
- tableName
- Type: SystemString
The name of the table to map this POCO to.
See Also