Mdm |
The MdmEntityResultSetTModel type exposes the following members.
| Name | Description | |
|---|---|---|
| Any | True if this set has any results | |
| AsStateful | Get this result set as a stateful query | |
| Count | Gets the count of this query | |
| Distinct | Get only distinct objects in the collection | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Except | Intersect the other result set - note this can only be of same type of set | |
| 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 result set | |
| FirstOrDefault | Get the first or default | |
| GetEnumerator | Get the enumerator for this object | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Intersect(ExpressionFuncTModel, Boolean) | Intersect the other result set - note this can only be of same type of set | |
| Intersect(IQueryResultSet) | Intersect the other result set - note this can only be of same type of set | |
| Intersect(IQueryResultSetTModel) | Intersect this set with other | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OfTypeTType | Return objects in this collection which are of type TType | |
| OrderBy(Expression) | Order by generic expression | |
| OrderByTKey(ExpressionFuncTModel, TKey) | Order by specified sortExpression | |
| OrderByDescending(Expression) | Order by generic expression descending | |
| OrderByDescendingTKey(ExpressionFuncTModel, TKey) | Order result set by descending | |
| SelectTReturn(Expression) | Non-generic select method | |
| SelectTReturn(ExpressionFuncTModel, TReturn) | Select specified data from entity master - note this will return only from the MASTER not a synthesized result | |
| Single | Retrieve a single object | |
| SingleOrDefault | Get single or default | |
| Skip | Skip the number of results | |
| Take | Take the number of results | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Union(ExpressionFuncTModel, Boolean) | Intersect the other result set - note this can only be of same type of set | |
| Union(IQueryResultSet) | Union the other result set - note this can only be of the same type of set | |
| Union(IQueryResultSetTModel) | Union this set with the other | |
| Where(Expression) | Where condition | |
| Where(ExpressionFuncTModel, Boolean) | Filter according to a where clause |
| Name | Description | |
|---|---|---|
| ApplyResultInstructions |
Apply result instructions
(Defined by QueryControlUtility) | |
| AsResultSet |
As result set
(Defined by ExtensionMethods) | |
| AsResultSetTModel |
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) | |
| ForEachTModel |
For each item in an enumerable
(Defined by ExtensionMethods) | |
| GetRelatedPersistenceServiceTModel |
Get related persistence service from an enumerable
(Defined by DataContextExtensions) | |
| IsNullOrEmpty |
Returns true if the IList is null or has no elements
(Defined by ExtensionMethods) | |
| OrderByTModel, TKey |
Order result set
(Defined by ExtensionMethods) | |
| OrderByDescendingTModel, TKey |
Order result set
(Defined by ExtensionMethods) | |
| SemanticEqualsTModel |
Determine semantic equality of each item in me and other
(Defined by ExtensionMethods) | |
| ToDictionaryIgnoringDuplicatesTModel, TKey |
Creates a DictionaryTKey, TValue from an IEnumerableT
according to specified key selector function. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods) | |
| ToDictionaryIgnoringDuplicatesTModel, TKey, TElement |
Creates a DictionaryTKey, TValue from an IEnumerableT
according to specified key selector and element selector functions. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods) | |
| TransformResultSetTModel, TTo |
As a result set
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |