Click or drag to resize

OleDbDataQueryReadDataFromOleDbConnection Method

Reads data from the configured OLE DB connection.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ReadDataFromOleDbConnection(
	Action<DbDataReader> readAction
)

Parameters

readAction  ActionDbDataReader
The action that consumes the data reader.
See Also