Skip to main content
.NET 6.0+

ColumnDefaultValueAttribute(Int32, Int16, Int16, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) Constructor

Initializes a new instance of the ColumnDefaultValueAttribute class.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ColumnDefaultValueAttribute(
    int guidPartA,
    short guidPartB,
    short guidPartC,
    byte guidPartD,
    byte guidPartE,
    byte guidPartF,
    byte guidPartG,
    byte guidPartH,
    byte guidPartI,
    byte guidPartJ,
    byte guidPartK
)

Parameters

Name Type Description
guidPartA Int32

An Int32 value specifying the ‘A’ part of the GUID value.

guidPartB Int16

An Int16 value specifying the ‘B’ part of the GUID value.

guidPartC Int16

An Int16 value specifying the ‘C’ part of the GUID value.

guidPartD Byte

A Byte value specifying the ‘D’ part of the GUID value.

guidPartE Byte

A Byte value specifying the ‘E’ part of the GUID value.

guidPartF Byte

A Byte value specifying the ‘F’ part of the GUID value.

guidPartG Byte

A Byte value specifying the ‘G’ part of the GUID value.

guidPartH Byte

A Byte value specifying the ‘H’ part of the GUID value.

guidPartI Byte

A Byte value specifying the ‘I’ part of the GUID value.

guidPartJ Byte

A Byte value specifying the ‘J’ part of the GUID value.

guidPartK Byte

A Byte value specifying the ‘K’ part of the GUID value.

See Also