Click or drag to resize

ColumnAttribute Constructor

Overload List
  NameDescription
Public methodColumnAttribute
Used with the ExplicitColumns, indicates this property should be mapped and that the column name is the same as the property or field name.
Public methodColumnAttribute(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.
Top
See Also