OleDbTypeConverter.Convert(OleDbType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.