OleDbTypeConverter.Convert(OleDbType) Method

Definition

Converts the specified OleDbType with the natural CLR type.

public static Type Convert (System.Data.OleDb.OleDbType oleDbType);
static member Convert : System.Data.OleDb.OleDbType -> Type
Public Shared Function Convert (oleDbType As OleDbType) As Type

Parameters

oleDbType
OleDbType

The type of the element to convert.

Returns

The equivalent CLR type.

Applies to