AltaxoTableConnectorGetColumnItemSetter Method |
Gets a delegate that writes OLE DB values into an Altaxo column.
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Action<DataColumn, int, Object> GetColumnItemSetter(
Type oledbType,
Type destinationColumnType
)
Parameters
- oledbType Type
- The OLE DB source type.
- destinationColumnType Type
- The destination Altaxo column type.
Return Value
ActionDataColumn,
Int32,
ObjectA delegate that stores values in the destination column.
See Also