ColumnAttribute Constructor |
Name | Description | |
---|---|---|
ColumnAttribute |
Used with the ExplicitColumns, indicates this property should be mapped and that the column name
is the same as the property or field name.
| |
ColumnAttribute(String) |
Specifies the name of the column in the database to use for this property/field. If the ExplicitColumns
is used on the POCO, also tells the mapper that this column should be included when mapping.
|