Click or drag to resize

AltaxoTableConnectorGetColumnItemSetter Method

Gets a delegate that writes OLE DB values into an Altaxo column.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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, Object
A delegate that stores values in the destination column.
See Also