Click or drag to resize

AltaxoTableConnectorGetAltaxoColumnType Method

Gets the Altaxo column type corresponding to an OLE DB type.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Type GetAltaxoColumnType(
	Type oledbType
)

Parameters

oledbType  Type
The OLE DB type.

Return Value

Type
The Altaxo column type.
See Also