IQueryGateway
Runs IQueries against the active workspace.
Executes the IQuery to return results, using default IQueryOptions.
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.