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

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

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