Asynchronously executes a call to SQL and presents the results as an IDataReader.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- query
- Type: Relativity.API.Context.IQuery
the IQuery settings to present to the call to the SQL database.
Return Value
Type: Task<IDataReader>a populated IDataReader
See Also