Class Query
Represents the Query.
Inheritance
System.Object
    Query
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class QueryProperties
| Improve this Doc View SourceCondition
Gets or sets condition for the query.
Declaration
public string Condition { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Sorts
Gets or sets list of sorts for the query.
Declaration
public List<Sort> Sorts { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<Sort> |