OleDbSchemaGetType(OleDbType) Method |
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Type GetType(
OleDbType oleDbType
)
Parameters
- oleDbType OleDbType
- OleDbType to translate.
Return Value
TypeThe corresponding .NET
Type.
See Also