Click or drag to resize

OleDbSchemaGetType(OleDbType) Method

Translates an OleDbType into a .NET type.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Type GetType(
	OleDbType oleDbType
)

Parameters

oleDbType  OleDbType
OleDbType to translate.

Return Value

Type
The corresponding .NET Type.
See Also