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