Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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