Click or drag to resize

MdmEntityResultSetTModel Methods

The MdmEntityResultSetTModel type exposes the following members.

Methods
 NameDescription
Public methodAny True if this set has any results
Public methodAsStateful Get this result set as a stateful query
Public methodCount Gets the count of this query
Public methodDistinct Get only distinct objects in the collection
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExcept Intersect the other result set - note this can only be of same type of set
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFirst Get the first result set
Public methodFirstOrDefault Get the first or default
Public methodGetEnumerator Get the enumerator for this object
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIntersect(ExpressionFuncTModel, Boolean) Intersect the other result set - note this can only be of same type of set
Public methodIntersect(IQueryResultSet) Intersect the other result set - note this can only be of same type of set
Public methodIntersect(IQueryResultSetTModel) Intersect this set with other
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOfTypeTType Return objects in this collection which are of type TType
Public methodOrderBy(Expression) Order by generic expression
Public methodOrderByTKey(ExpressionFuncTModel, TKey) Order by specified sortExpression
Public methodOrderByDescending(Expression) Order by generic expression descending
Public methodOrderByDescendingTKey(ExpressionFuncTModel, TKey) Order result set by descending
Public methodSelectTReturn(Expression) Non-generic select method
Public methodSelectTReturn(ExpressionFuncTModel, TReturn) Select specified data from entity master - note this will return only from the MASTER not a synthesized result
Public methodSingle Retrieve a single object
Public methodSingleOrDefault Get single or default
Public methodSkip Skip the number of results
Public methodTake Take the number of results
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnion(ExpressionFuncTModel, Boolean) Intersect the other result set - note this can only be of same type of set
Public methodUnion(IQueryResultSet) Union the other result set - note this can only be of the same type of set
Public methodUnion(IQueryResultSetTModel) Union this set with the other
Public methodWhere(Expression) Where condition
Public methodWhere(ExpressionFuncTModel, Boolean) Filter according to a where clause
Top
Extension Methods
 NameDescription
Public Extension MethodApplyResultInstructions Apply result instructions
(Defined by QueryControlUtility)
Public Extension MethodAsResultSet As result set
(Defined by ExtensionMethods)
Public Extension MethodAsResultSetTModel As result set
(Defined by ExtensionMethods)
Public Extension MethodConvertTReturn 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)
Public Extension MethodForEachTModel For each item in an enumerable
(Defined by ExtensionMethods)
Public Extension MethodGetRelatedPersistenceServiceTModel Get related persistence service from an enumerable
(Defined by DataContextExtensions)
Public Extension MethodIsNullOrEmpty Returns true if the IList is null or has no elements
(Defined by ExtensionMethods)
Public Extension MethodOrderByTModel, TKey Order result set
(Defined by ExtensionMethods)
Public Extension MethodOrderByDescendingTModel, TKey Order result set
(Defined by ExtensionMethods)
Public Extension MethodSemanticEqualsTModel Determine semantic equality of each item in me and other
(Defined by ExtensionMethods)
Public Extension MethodToDictionaryIgnoringDuplicatesTModel, 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)
Public Extension MethodToDictionaryIgnoringDuplicatesTModel, 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)
Public Extension MethodTransformResultSetTModel, TTo As a result set
(Defined by ExtensionMethods)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also