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

DBColumn.GetColumnType(Type) Method

Gets the column type of the specified runtime type.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public static DBColumnType GetColumnType(
    Type type
)

Parameters

Name Type Description
type Type

A Type object that represents the exact runtime type.

Returns

Type Description
DBColumnType

A DBColumnType enumeration value that corresponds to the specified runtime type.

See Also