Click or drag to resize

EAPUtilDataTableTypeToOleDbType Method

Translate a .Net DataTable DataColumn datatype to 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 DataTableTypeToOleDbType(
	string colType
)

Parameters

colType
Type: SystemString
The DataTable DataColumn datatype (string) to translate.

Return Value

Type: OleDbType
The corresponding OleDbType.
See Also