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