![]() | OrmResultSet<TData> Methods |
The OrmResultSet<TData> 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(OrmResultSet<TData>) |
Intersect the data
|
![]() | Keys<T>(Boolean) |
Gets the specified keys from the object
|
![]() | Keys<TKeyTable, T>() |
Gets the specified keys from the specified object type
|
![]() | Max<T> |
Get the maximum value of the specifed column
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Min<T> |
Get the maximum value of the specifed column
|
![]() | OrderBy(Expression<Func<TData, Object>>) |
Instructs the reader to order by specified records
|
![]() | OrderBy(LambdaExpression) |
Order by the provided expression
|
![]() | OrderByDescending(Expression<Func<TData, Object>>) |
Instructs the reader to order by specified records
|
![]() | OrderByDescending(LambdaExpression) |
Order by descending
|
![]() | Select(Expression<Func<TData, Object>>[]) |
Select the specified column
|
![]() | Select<T>(Expression<Func<TData, T>>) |
Select the specified column
|
![]() | Select<TElement>(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(OrmResultSet<TData>) |
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.) |
![]() | AsResultSet<TData>() | Overloaded.
As result set
(Defined by ExtensionMethods.) |
![]() | Convert<TReturn> |
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.) |
![]() | ToDictionaryIgnoringDuplicates<TData, TKey>(Func<TData, TKey>) | Overloaded.
Creates a Dictionary<TKey, TValue> from an IEnumerable<T>
according to specified key selector function. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods.) |
![]() | ToDictionaryIgnoringDuplicates<TData, TKey, TElement>(Func<TData, TKey>, Func<TData, TElement>) | Overloaded.
Creates a Dictionary<TKey, TValue> from an IEnumerable<T>
according to specified key selector and element selector functions. Diplicate keys will not be added to the dictionary.
(Defined by ExtensionMethods.) |