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

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

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

Parameters

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