OleDbTypeConverter Class
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.
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. |