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

Declaration

public DBNameTypePair(
    string name,
    DBColumnType type
)

Parameters

Name Type Description
name String

A String value.

type DBColumnType

A DBColumnType enumeration value.

See Also