OleDbDataQueryReadDataFromOleDbConnection Method |
Reads data from the configured OLE DB connection.
Namespace: Altaxo.DataConnectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ReadDataFromOleDbConnection(
Action<DbDataReader> readAction
)
Parameters
- readAction ActionDbDataReader
- The action that consumes the data reader.
See Also