Click or drag to resize

SchemaInfoGetOleDbType Method

Gets the OleDbType for the item. Note that this is generally not directly reported by the DBMS and must be calculated from other type information provided about the schema.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public OleDbType GetOleDbType(
	DBMSType dbmsType
)

Parameters

dbmsType
Type: NetQuarryDBMSType
The DBMS type.

Return Value

Type: OleDbType
The calculated OleDbType.
See Also