NestedQuerySpecification Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
The NestedQuerySpecification type exposes the following members.
Name | Description | |
---|---|---|
NestedQuerySpecification |
Initializes a new instance of the NestedQuerySpecification class.
|
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |