Back to Devexpress

ColumnDefaultValueAttribute Constructors

xpo-devexpress-dot-xpo-dot-columndefaultvalueattribute-dot-ctor.md

latest1.6 KB
Original Source

ColumnDefaultValueAttribute Constructors

Applied to persistent class’ fields or properties. Specifies the default value of the database column mapped to the target property/field.

NameParametersDescription
ColumnDefaultValueAttribute(Int32, Int16, Int16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)guidPartA, guidPartB, guidPartC, guidPartD, guidPartE, guidPartF, guidPartG, guidPartH, guidPartI, guidPartJ, guidPartKInitializes a new instance of the ColumnDefaultValueAttribute class.
ColumnDefaultValueAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32)dateYear, dateMonth, dateDay, dateHour, dateMinute, dateSecond, dateMillisecondInitializes a new instance of the ColumnDefaultValueAttribute class.
ColumnDefaultValueAttribute(Object)defaultValueInitializes a new instance of the ColumnDefaultValueAttribute class.

See Also

ColumnDefaultValueAttribute Class

ColumnDefaultValueAttribute Members

DevExpress.Xpo Namespace