OleDbTypeConverter.GetRestrictedOleDbType(Type) 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.
Gets the OleDbTybe that is matching the specified CLR type.
public static System.Data.OleDb.OleDbType GetRestrictedOleDbType (Type type);
static member GetRestrictedOleDbType : Type -> System.Data.OleDb.OleDbType
Public Shared Function GetRestrictedOleDbType (type As Type) As OleDbType
Parameters
- type
- Type
The CLR type to convert.
Returns
The equivalent OleDbType.