OrmResultSetTData Methods |
The OrmResultSetTData generic 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 | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
First |
Return the first object
| |
FirstOrDefault |
Return the first object
| |
GetEnumerator |
Get the enumerator
| |
GetHashCode | (Inherited from Object.) | |
GetType | (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 | (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 | (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 | Overloaded.
As result set
(Defined by ExtensionMethods.) | |
AsResultSetTData | Overloaded.
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.) | |
ToDictionaryIgnoringDuplicatesTData, TKey(FuncTData, TKey) | Overloaded.
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(FuncTData, TKey, FuncTData, TElement) | Overloaded.
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.) |