IOrmResultSet Interface |
Namespace: SanteDB.OrmLite
The IOrmResultSet type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Counts the number of records
| |
| GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
| Intersect |
Intersect keys
| |
| KeysTKey |
Gets the specified key
| |
| KeysTKey(Boolean) |
Select only keys
| |
| Skip |
Skip N results
| |
| Take |
Take N results
| |
| ToSqlStatement |
Convert this result set to an SQL statement
| |
| Union |
Union keys
|