IOrderable |
The IOrderableQueryResultSet type exposes the following members.
| Name | Description | |
|---|---|---|
| ElementType |
Gets the types of elements which can be filtered and/or manipulated in the collection
(Inherited from IQueryResultSet) |
| Name | Description | |
|---|---|---|
| Any |
Returns true if any results match
(Inherited from IQueryResultSet) | |
| AsStateful |
Get the result set as a stateful query
(Inherited from IQueryResultSet) | |
| Count |
Return only the count of the objects
(Inherited from IQueryResultSet) | |
| First |
Retrieve the first result otherwise throw exception
(Inherited from IQueryResultSet) | |
| FirstOrDefault |
Retrieve the first result otherwise return default
(Inherited from IQueryResultSet) | |
| GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable) | |
| Intersect |
Intersect this set and other (Inherited from IQueryResultSet) | |
| OfTypeTType |
Flatten this object model to an IEnumerable of type TType (Inherited from IQueryResultSet) | |
| OrderBy | Order by the specified expression | |
| OrderByDescending | Order by in descending order | |
| SelectTReturn |
Select a single object from the object
(Inherited from IQueryResultSet) | |
| Single |
Retrieve one (and only one) result otherwise throw exception
(Inherited from IQueryResultSet) | |
| SingleOrDefault |
Retrieve one (and only one) otherwise return null if not found or throw if more than one
(Inherited from IQueryResultSet) | |
| Skip |
Skip count results
(Inherited from IQueryResultSet) | |
| Take |
Take only count results
(Inherited from IQueryResultSet) | |
| Union |
Union this set and other (Inherited from IQueryResultSet) | |
| Where |
Filter the result set where the specified condition matches
(Inherited from IQueryResultSet) |
| Name | Description | |
|---|---|---|
| ApplyResultInstructions |
Apply result instructions
(Defined by QueryControlUtility) | |
| AsResultSet |
As result set
(Defined by ExtensionMethods) | |
| IsNullOrEmpty |
Returns true if the IList is null or has no elements
(Defined by ExtensionMethods) |