Click or drag to resize

EAPUtilSqlDbTypeToOleDbType Method

Translate a SqlDbType to its corresponding OleDbType.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static OleDbType SqlDbTypeToOleDbType(
	SqlDbType sqlType
)

Parameters

sqlType
Type: System.DataSqlDbType
The SQL-Server type to translate.

Return Value

Type: OleDbType
The corresponding OleDbType.
See Also