Returns an object at the specified zero-based index of the Set using element indexing order established by the specified OQL order clause.
this keyword.
The element at the specified index in the Set. a null reference if the number of elements in the Set is less than index+1.
| 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.GetItem Overload List | OrderBy