Click or drag to resize
NestedQuerySpecification Properties

The NestedQuerySpecification type exposes the following members.

Properties
  NameDescription
Public propertyCorrelationFilters
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)
Public propertyIndexInResultRow
Gets or sets the index in result row of the parent.
Public propertyNestedQuery
Gets or sets the nested query object.
Public propertyRowComparerFunc
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.
Top
See Also