Nested |
public class NestedQueryResultSet<TData> : NestedQueryResultSet, IQueryResultSet<TData>, IQueryResultSet, IEnumerable, IEnumerable<TData>, IOrderableQueryResultSet<TData>, IOrderableQueryResultSet
[Missing <typeparam name="TData"/> documentation for "T:SanteDB.Core.Model.Query.NestedQueryResultSet`1"]
The NestedQueryResultSetTData type exposes the following members.
| Name | Description | |
|---|---|---|
| NestedQueryResultSetTData | Create a new wrapped result set |
| Name | Description | |
|---|---|---|
| ElementType |
Gets the types of elements which can be filtered and/or manipulated in the collection
(Inherited from NestedQueryResultSet) |
| Name | Description | |
|---|---|---|
| Any |
True if any results
(Inherited from NestedQueryResultSet) | |
| AsStateful |
As stateful query
(Inherited from NestedQueryResultSet) | |
| Count |
Count the objects
(Inherited from NestedQueryResultSet) | |
| Distinct | Get only distinct objects in the collection | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Except | Except with another | |
| 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
(Inherited from NestedQueryResultSet) | |
| FirstOrDefault |
First or default
(Inherited from NestedQueryResultSet) | |
| GetEnumerator |
Get enumerator
(Inherited from NestedQueryResultSet) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Intersect(ExpressionFuncTData, Boolean) | Inersect with query | |
| Intersect(IQueryResultSet) |
Intersect the sets
(Inherited from NestedQueryResultSet) | |
| Intersect(IQueryResultSetTData) | Intersect with another | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OfTypeTType |
Return this object of the specified TType (Inherited from NestedQueryResultSet) | |
| OrderBy(Expression) |
Order the wrapped result set
(Inherited from NestedQueryResultSet) | |
| OrderByTKey(ExpressionFuncTData, TKey) | Order by | |
| OrderByDescending(Expression) |
Order wrapped result set by descending
(Inherited from NestedQueryResultSet) | |
| OrderByDescendingTKey(ExpressionFuncTData, TKey) | Order by descending or | |
| SelectTReturn(Expression) |
Non-generic select method
(Inherited from NestedQueryResultSet) | |
| SelectTReturn(ExpressionFuncTData, TReturn) | Perform a select | |
| Single |
Get single result
(Inherited from NestedQueryResultSet) | |
| SingleOrDefault |
Get single result or return default
(Inherited from NestedQueryResultSet) | |
| Skip |
Skip n records
(Inherited from NestedQueryResultSet) | |
| Take |
Take n records
(Inherited from NestedQueryResultSet) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Union(ExpressionFuncTData, Boolean) | Union with another | |
| Union(IQueryResultSet) |
Union the two datasets
(Inherited from NestedQueryResultSet) | |
| Union(IQueryResultSetTData) | Union with another | |
| Where(Expression) |
Where clause
(Inherited from NestedQueryResultSet) | |
| Where(ExpressionFuncTData, Boolean) | Where clause filter |
| Name | Description | |
|---|---|---|
| ApplyResultInstructions |
Apply result instructions
(Defined by QueryControlUtility) | |
| AsResultSet |
As result set
(Defined by ExtensionMethods) | |
| AsResultSetTData |
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) | |
| ForEachTData |
For each item in an enumerable
(Defined by ExtensionMethods) | |
| IsNullOrEmpty |
Returns true if the IList is null or has no elements
(Defined by ExtensionMethods) | |
| OrderByTData, TKey |
Order result set
(Defined by ExtensionMethods) | |
| OrderByDescendingTData, TKey |
Order result set
(Defined by ExtensionMethods) | |
| ToDictionaryIgnoringDuplicatesTData, 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) | |
| ToDictionaryIgnoringDuplicatesTData, 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) | |
| TransformResultSetTData, TTo |
As a result set
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |