DBColumn.IsStorableType(DBColumnType) Method
Indicates whether values of the specified column type can be saved to a database.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | DBColumnType | One of the DBColumnType enumeration values. |
Returns
Type | Description |
---|---|
Boolean | true if values of the specified column type can be saved to a database; otherwise, false. |
See Also