Click or drag to resize

AltaxoTableConnectorReadAction Method

Reads the current result set into the target table.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ReadAction(
	DbDataReader reader
)

Parameters

reader  DbDataReader
The data reader.
See Also