Memory |
The MemoryQueryResultSet type exposes the following members.
| Name | Description | |
|---|---|---|
| MemoryQueryResultSet | Creates a new wrapped memory result set |
| Name | Description | |
|---|---|---|
| ElementType | Gets the types of elements which can be filtered and/or manipulated in the collection |
| Name | Description | |
|---|---|---|
| Any | True if any results | |
| AsStateful | As stateful query | |
| Count | Count the objects | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| First | Get the first | |
| FirstOrDefault | First or default | |
| GetEnumerator | Get enumerator | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Intersect | Intersect the sets | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OfTypeTType | Return object of the specified type | |
| OrderBy | Order by descending order | |
| OrderByDescending | Order by descending | |
| SelectTReturn | Non-generic select method | |
| Single | Get single result | |
| SingleOrDefault | Get single result or return default | |
| Skip | Skip n records | |
| Take | Take n records | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Union | Union records | |
| Where | Where clause |
| Name | Description | |
|---|---|---|
| ApplyResultInstructions |
Apply result instructions
(Defined by QueryControlUtility) | |
| AsResultSet |
As result set
(Defined by ExtensionMethods) | |
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| IsNullOrEmpty |
Returns true if the IList is null or has no elements
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |