AltaxoTableConnectorGetAltaxoColumnType Method |
Gets the Altaxo column type corresponding to an OLE DB type.
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Type GetAltaxoColumnType(
Type oledbType
)
Parameters
- oledbType Type
- The OLE DB type.
Return Value
TypeThe Altaxo column type.
See Also