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

IQuery

public interface IQuery
A representation of a request for data that is filtered and sorted.

An enumeration of the properties to return

Condition Filter { get; }

The filter to determine which results are returned.

IFieldRef Include { get; }

Relational Field used to include results with matching values.

The ObjectType the query is being executed against.

Condition used to filter results after all other conditions have been applied, including relational expansion.

The sorting order of the data returned