Returns a Set populated by evaluating the specified OQL expression on the elements of the source Set.
this keyword.
The expression must return a scalar or persistent object.
A Set that contains the result of evaluating select for each element of the source Set. The number of elements returned in the destination Set is equal to the number of elements in the source Set.
| Exception Type | Condition |
|---|---|
| OqlParserException | select does not denote a valid OQL expression. |
| SqlDomException | select is not applicable to the element type of the source Set. or select can not be translated to the target SQL language. or The result type of select is not scalar or persistent in the given DataDomainSchema. |
| SchemaException | select 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.Select Overload List | Projection