QueryOptions
Describes the filters and sorts for querying a strongly typed collection.
Gets or sets the filter criteria. It can be a simple, single-field condition or a complex expression made by combining conditions.
Gets or sets the sort order for the results specified as a collection of Sort objects. See SortSort.
public QueryOptions()