Query
The output of a call to the Query method.
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.
Include ID Window
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
Field used to include related items in query result. See FieldRefFieldRef.
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.
Currently, this property will only work for the Pivot and Object Query APIs.
Sample Parameters
Gets or sets the Search Provider search condition. See SearchProviderConditionSearchProviderCondition
This list of Sort objects indicates how the results should be sorted. See SortSort.
Initializes a new instance of the Query class.
Initializes a new instance of the Query class.
public Query()
Initializes a new instance of the Query class.