<PackageReference Include="Relativity.ObjectManager" Version="10.0.119.1" />

Query

public class Query
public string Condition { get; set; }

public int? ExecutingSavedSearchId { get; set; }

public bool? IncludeIdWindow { get; set; }

public string QueryHint { get; set; }

public string RankSortOrder { get; set; }

public FieldRef RelationalField { get; set; }

public string RowCondition { get; set; }

public SampleParameters SampleParameters { get; set; }

public List<Sort> Sorts { get; set; }

public Query(string condition, List<Sort> sorts)

public Query(string condition, List<Sort> sorts, FieldRef relationalField)

public Query()