Skip to main content

DBColumn.IsStorableType(Type) Method

Indicates whether values of the specified runtime 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(
    Type type
)

Parameters

Name Type Description
type Type

A Type object that represents the exact runtime type.

Returns

Type Description
Boolean

true if values of the specified type can be saved to a database; otherwise, false.

See Also