Returns a Set containing a range of elements in the source Set using element indexing order established by the specified OQL order clause.
this keyword.
A Set representing a range of elements in the source Set.
When the set is not ordered by unique fields or expression, items may appear duplicated or disappear from the result between pages.
| Exception Type | Condition |
|---|---|
| OqlParserException | orderBy does not denote a valid OQL order clause. |
| SqlDomException | orderBy is not applicable to the element type of the source Set. or orderBy can not be translated to the target SQL language. |
| SchemaException | orderBy contains expressions or features that cannot be translated with the given DataDomainSchema. |
Namespace: TechTalk.Genome
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
Set Class | TechTalk.Genome Namespace | Set.GetRange Overload List | OrderBy