DBNameTypePair(String, DBColumnType) Constructor
In This Article
Initializes a new instance of the DBNameTypePair class with the specified settings.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public DBNameTypePair(
string name,
DBColumnType type
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value. |
type | DBColumn |
A DBColumn |
See Also