Returns a Set that contains elements of the source Set filtered by the specified OQL filter expression.
this keyword.
A Set containing the subset of the source Set filtered for those elements for which the where evaluates to true.
| Exception Type | Condition |
|---|---|
| OqlParserException | where does not denote a valid OQL expression. |
| SqlDomException | where is not applicable to the element type of the source Set. or where can not be translated to the target SQL language. or where is not a boolean expresion. |
| SchemaException | where 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