IQuery |
The IQueryResultSet type exposes the following members.
| Name | Description | |
|---|---|---|
| Any | Returns true if any results match | |
| AsStateful | Get the result set as a stateful query | |
| Count | Return only the count of the objects | |
| First | Retrieve the first result otherwise throw exception | |
| FirstOrDefault | Retrieve the first result otherwise return default | |
| GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable) | |
| Intersect | Intersect this set and other | |
| OfTypeTType | Flatten this object model to an IEnumerable of type TType | |
| SelectTReturn | Select a single object from the object | |
| Single | Retrieve one (and only one) result otherwise throw exception | |
| SingleOrDefault | Retrieve one (and only one) otherwise return null if not found or throw if more than one | |
| Skip | Skip count results | |
| Take | Take only count results | |
| Union | Union this set and other | |
| Where | Filter the result set where the specified condition matches |
| 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) |