NestedQuerySpecification Properties |
The NestedQuerySpecification type exposes the following members.
Name | Description | |
---|---|---|
CorrelationFilters |
Gets or sets the correlation filters, which tie this nested query with the parent, containing, query. Can be empty (in which case the results of
this nested query belong to every parent)
| |
IndexInResultRow |
Gets or sets the index in result row of the parent.
| |
NestedQuery |
Gets or sets the nested query object.
| |
RowComparerFunc |
Gets or sets the row comparer func which is a compiled lambda expression build from the predicates of the correlation filter of this nested query.
|