OleDbTypeConverter Class

Definition

A static class that provides data source type conversion methods.

[System.Runtime.InteropServices.Guid("85F0C29A-57F5-4866-8D61-3606BAEC8673")]
public static class OleDbTypeConverter
[<System.Runtime.InteropServices.Guid("85F0C29A-57F5-4866-8D61-3606BAEC8673")>]
type OleDbTypeConverter = class
Public Class OleDbTypeConverter
Inheritance
OleDbTypeConverter
Attributes

Methods

Convert(OleDbType)

Converts the specified OleDbType with the natural CLR type.

GetRestrictedOleDbType(Type)

Gets the OleDbTybe that is matching the specified CLR type.

Applies to