<PackageReference Include="Relativity.API" Version="19.5.0" />

IQueryGateway

Runs IQueries against the active workspace.
IQueryResponse Execute(IQuery query, CancellationToken cancellationToken)

Executes the IQuery to return results, using default IQueryOptions.

IQueryResponse Execute(IQuery query, IQueryOptions options, CancellationToken cancellationToken)

Executes the IQuery to return results using the IQueryOptions provided.

INonQueryResponse ExecuteInto(IQuery query, IQueryOptions options, IScratchTableInfo tableNameInfo, CancellationToken cancellationToken)

Executes the IQuery using the IQueryOptions provided and writes results into a scratch table represented by the IScratchTableInfo.

Gets an IQueryBuilder to help fluently create an IQuery object.