Skip to main content

DBColumn(String, Boolean, String, Int32, DBColumnType) Constructor

Initializes a new instance of the DBColumn class with the specified settings.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public DBColumn(
    string name,
    bool isKey,
    string dBTypeName,
    int size,
    DBColumnType type
)

Parameters

Name Type
name String
isKey Boolean
dBTypeName String
size Int32
type DBColumnType
See Also