DBColumn(String, Boolean, String, Int32, DBColumnType, Boolean, Object) Constructor
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
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