ConnectionProviderSql.GetDbType(DBColumnType) Method
In This Article
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static DbType GetDbType(
DBColumnType type
)
#Parameters
Name | Type |
---|---|
type | DBColumn |
#Returns
Type |
---|
Db |
See Also