Click or drag to resize
QueryApiObjectTraverser Class
Class which is used to traverse over an llblgen pro object, like a derivedtable, predicate expression etc. and access all inner objects, including fields.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesQueryApiObjectTraverser
    More...

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class QueryApiObjectTraverser

The QueryApiObjectTraverser type exposes the following members.

Constructors
  NameDescription
Public methodQueryApiObjectTraverser
Initializes a new instance of the QueryApiObjectTraverser class.
Top
Properties
  NameDescription
Protected propertyTraverseSetPredicateInnerSetElements
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTraverse(Object)
Traverses the specified object
Public methodTraverse(DerivedTableDefinition)
Traverses the specified derived table
Public methodTraverse(IDbFunctionCall)
Traverses the specified dbfunction call and contained objects.
Public methodTraverse(IDynamicRelation)
Traverses the specified dynamic relation to traverse.
Public methodTraverse(IEntityFieldCore)
Traverses the specified field and related objects.
Public methodTraverse(IEntityRelation)
Traverses the specified entity relation to traverse.
Public methodTraverse(IExpression)
Traverses the specified expression
Public methodTraverse(IGroupByCollection)
Traverses the specified groupby collection and contained objects.
Public methodTraverse(IPredicate)
Traverses the specified predicate and enclosed objects.
Public methodTraverse(IRelationCollection)
Traverses the specified relationcollection and the relations in it.
Public methodTraverse(IScalarQueryExpression)
Traverses the specified scalar query expression and contained objects.
Public methodTraverse(ISortExpression)
Traverses the specified sortexpression and contained objects.
Public methodTraverseExpressionOperand
Traverses the specified expression operand.
Public methodTraversePredicate
Traverses the predicate specified.
Public methodTraversePredicateExpression
Traverses the predicate expression.
Public methodTraversePredicateExpressionElement
Traverses the predicate expression element specified
Public methodTraversePredicateField
Traverses the predicate field.
Top
See Also
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesQueryApiObjectTraverser
    SD.LLBLGen.Pro.LinqSupportClassesAliasFinder
    SD.LLBLGen.Pro.LinqSupportClassesAliasUpdater
    SD.LLBLGen.Pro.LinqSupportClassesEntityFieldFinder
    SD.LLBLGen.Pro.LinqSupportClassesPredicateWithAliasFinder
    SD.LLBLGen.Pro.LinqSupportClassesPropagatedRelationRemover
    SD.LLBLGen.Pro.ORMSupportClassesDerivedTableFinder
    SD.LLBLGen.Pro.ORMSupportClassesDerivedTableTargetingFieldFinder
    SD.LLBLGen.Pro.ORMSupportClassesSourceFieldFinder
    SD.LLBLGen.Pro.QuerySpecAliasFinder
    SD.LLBLGen.Pro.QuerySpecFunctionMappingExpressionReplacer
    SD.LLBLGen.Pro.QuerySpecTextualizer