Query
Describes conditions, sorts and fields to be returned for an ObjectQueryManager.Query call
Result page criterion to override start position if available in query results.
Gets or sets the search critera. This can be a simple, single-field condition or a more complex criteria expression by combining conditions together.
ID of the currently executing saved search.
ID of the currently executing view.
Fields to be included in the query results.
Determines whether or not the query is to be run as a built in saved search query or an ad hoc query.
Gets or sets the QueryHint of the currently executing search. It is used to optimize the view.
Sorting direction ASC or DESC of the Rank column
Represents a string identifying a relational field. A query containing a relational field returns any matching fields and all documents that share this field.
Gets or sets the row condition criteria. This can be a simple, single-field condition or a more complex criteria expression by combining conditions together.
This criteria will limit the result set returned after applying all other conditions and including the relational field.
Contains the necessary parameters to execute a Search Provider search.
Represents an array of fields. You indicate the sort order by specifying ASC or DESC after the field name, such as Relativity Text Identifier ASC. By default, ASC is the sort order on a field.
public Query()