ColumnAttribute Constructor (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.
Namespace:
Dse.Mapping.Attributes
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public ColumnAttribute(
string name
)
Parameters
- name
- Type: SystemString
The name of the column in the database to map this property or field to.
See Also