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

DBNameTypePair(String, DBColumnType) Constructor

Initializes a new instance of the DBNameTypePair class with the specified settings.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

public DBNameTypePair(
    string name,
    DBColumnType type
)

Parameters

Name Type Description
name String

A String value.

type DBColumnType

A DBColumnType enumeration value.

See Also