QueryApiObjectTraverser Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The QueryApiObjectTraverser type exposes the following members.
Name | Description | |
---|---|---|
![]() | QueryApiObjectTraverser |
Initializes a new instance of the QueryApiObjectTraverser class.
|
Name | Description | |
---|---|---|
![]() | TraverseSetPredicateInnerSetElements |
Gets / sets the flag to traverse the inner elements of a FieldCompareSetPredicate. (default is true). Set to false if you use the findings of this
crawler to adjust an outer query, as the inner elements of a fieldcompareset are a different scope.
|
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.) |
![]() | Traverse(Object) |
Traverses the specified object
|
![]() | Traverse(DerivedTableDefinition) |
Traverses the specified derived table
|
![]() | Traverse(IDbFunctionCall) |
Traverses the specified dbfunction call and contained objects.
|
![]() | Traverse(IDynamicRelation) |
Traverses the specified dynamic relation to traverse.
|
![]() | Traverse(IEntityFieldCore) |
Traverses the specified field and related objects.
|
![]() | Traverse(IEnumerableIEntityFieldCore) |
Traverses the object specified and its contents.
|
![]() | Traverse(IEntityRelation) |
Traverses the specified entity relation to traverse.
|
![]() | Traverse(IExpression) |
Traverses the specified expression
|
![]() | Traverse(IGroupByCollection) |
Traverses the specified groupby collection and contained objects.
|
![]() | Traverse(IPredicate) |
Traverses the specified predicate and enclosed objects.
|
![]() | Traverse(IRelationCollection) |
Traverses the specified relationcollection and the relations in it.
|
![]() | Traverse(IScalarQueryExpression) |
Traverses the specified scalar query expression and contained objects.
|
![]() | Traverse(ISortExpression) |
Traverses the specified sortexpression and contained objects.
|
![]() | Traverse(WindowPartition) |
Traverses the specified object and its contents
|
![]() | Traverse(WindowSpecification) |
Traverses the specified object and its contents
|
![]() | TraverseExpressionOperand |
Traverses the specified expression operand.
|
![]() | TraversePredicate |
Traverses the predicate specified.
|
![]() | TraversePredicateExpression |
Traverses the predicate expression.
|
![]() | TraversePredicateExpressionElement |
Traverses the predicate expression element specified
|
![]() | TraversePredicateField |
Traverses the predicate field.
|