Click or drag to resize

ColumnAttributeType Property

Used to override the Type of the column in the database for INSERTs/UPDATEs. The data in the property/field this attribute is applied to will be converted to this Type for INSERTs/UPDATEs. If null, the same Type of the property/field will be used instead. (NOTE: This does NOT affect the Type when fetching/SELECTing data from the database.)

Namespace:  Dse.Mapping.Attributes
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Type Type { get; set; }

Property Value

Type: Type
See Also