Skip to main content

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

NuGet Package: DevExpress.Data

Declaration

public static bool IsStorableType(
    DBColumnType type
)

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