Orm |
The OrmResultSetTData type exposes the following members.
| Name | Description | |
|---|---|---|
| Any | Instructs the reader to count the number of records | |
| Clone | Clone the current result set with the specified sqlstatement | |
| CloneOnContext | Clone on a new context | |
| Count | Instructs the reader to count the number of records | |
| Distinct | Select distinct records | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Except(IOrmResultSet) | Except of other result set with this | |
| Except(OrmResultSetTData) | Except the data | |
| 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 | Return the first object | |
| FirstOrDefault | Return the first object | |
| GetEnumerator | Get the enumerator | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| HavingKeys | Get only those objects with the specified keys | |
| Intersect(IOrmResultSet) | Intersect the other result set | |
| Intersect(OrmResultSetTData) | Intersect the data | |
| KeysT(Boolean) | Gets the specified keys from the object | |
| KeysTKeyTable, T | Gets the specified keys from the specified object type | |
| MaxT | Get the maximum value of the specifed column | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MinT | Get the maximum value of the specifed column | |
| OrderBy(ExpressionFuncTData, Object) | Instructs the reader to order by specified records | |
| OrderBy(LambdaExpression) | Order by the provided expression | |
| OrderByDescending(ExpressionFuncTData, Object) | Instructs the reader to order by specified records | |
| OrderByDescending(LambdaExpression) | Order by descending | |
| Select(ExpressionFuncTData, Object) | Select the specified column | |
| SelectT(ExpressionFuncTData, T) | Select the specified column | |
| SelectTElement(String) | A non-genericized select statement | |
| Skip | Instructs the reader to skip n records | |
| Take | Instructs the reader to take n records | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Union(IOrmResultSet) | Union of other result set with this | |
| Union(OrmResultSetTData) | Intersect the data | |
| Where | Filter expression with a SELECT * FROM (XXXXXX) WHERE | |
| WithoutOrdering | Remove ordering | |
| WithoutSkip | Remove the skip | |
| WithoutTake | Remove the take instruction |
| Name | Description | |
|---|---|---|
| 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) | |
| 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) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |