Click or drag to resize

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
C#
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