![]() | IOrmResultSet Methods |
The IOrmResultSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | Any |
True if there are any matching
|
![]() | Clone |
Clone the current result set with the specified sqlstatement
|
![]() | CloneOnContext |
Clone on a new context
|
![]() | Count |
Counts the number of records
|
![]() | Distinct |
Return only distinct objects
|
![]() | FirstOrDefault |
Get first or default item in collection
|
![]() | GetEnumerator | (Inherited from IEnumerable.) |
![]() | HavingKeys |
Returns only those objects in the result set whos primary keys are listed
|
![]() | Intersect |
Intersect keys
|
![]() | KeysTKey |
Gets the specified key
|
![]() | KeysTKey(Boolean) |
Select only keys
|
![]() | OrderBy |
Order in ascending order accoridng to expression
|
![]() | OrderByDescending |
Order by descending according to expression
|
![]() | SelectTElement |
Select the
|
![]() | Skip |
Skip N results
|
![]() | Take |
Take N results
|
![]() | Union |
Union keys
|
![]() | Where |
Wraps the query in this result set in another query with a where clause matching whereExpression |
![]() | WithoutOrdering |
Remove the odering instructions
|
![]() | WithoutSkip |
Remove the skip instructions
|
![]() | WithoutTake |
Remove the take instruction
|
Name | Description | |
---|---|---|
![]() | AsResultSet |
As result set
(Defined by ExtensionMethods.) |
![]() | IsNullOrEmpty |
Returns true if the IList is null or has no elements
(Defined by ExtensionMethods.) |