Click or drag to resize
DerivedTableTargetingFieldFinder Class
Class which is used to find all fields in query elements which target a derived table. These fields then can be post-processed to see if they have to be renamed because they're in an inheritance hierarchy.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesQueryApiObjectTraverser
    SD.LLBLGen.Pro.ORMSupportClassesDerivedTableTargetingFieldFinder

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 DerivedTableTargetingFieldFinder : QueryApiObjectTraverser

The DerivedTableTargetingFieldFinder type exposes the following members.

Constructors
  NameDescription
Public methodDerivedTableTargetingFieldFinder
Initializes a new instance of the DerivedTableTargetingFieldFinder class.
Top
Properties
  NameDescription
Public propertyDerivedTablePerField
Gets the derived table targeted per field.
Public propertyFieldsFound
Gets the fields found which target a derived table. Key is field, value is value if the field is present under its alias in the derived table under its name or not at all.
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.
(Inherited from QueryApiObjectTraverser.)
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)
Finds the fields which target a derived table.
(Overrides QueryApiObjectTraverserTraverse(Object).)
Public methodTraverse(DerivedTableDefinition)
Traverses the specified derived table
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IDbFunctionCall)
Traverses the specified dbfunction call and contained objects.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IDynamicRelation)
Traverses the specified dynamic relation to traverse.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IEntityFieldCore)
Traverses the specified field and related objects.
(Overrides QueryApiObjectTraverserTraverse(IEntityFieldCore).)
Public methodTraverse(IEntityRelation)
Traverses the specified entity relation to traverse.
(Overrides QueryApiObjectTraverserTraverse(IEntityRelation).)
Public methodTraverse(IExpression)
Traverses the specified expression
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IGroupByCollection)
Traverses the specified groupby collection and contained objects.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IPredicate)
Traverses the specified predicate and enclosed objects.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IRelationCollection)
Traverses the specified relationcollection and the relations in it.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IScalarQueryExpression)
Traverses the specified scalar query expression and contained objects.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(ISortExpression)
Traverses the specified sortexpression and contained objects.
(Inherited from QueryApiObjectTraverser.)
Protected methodTraverse(IEntityFieldCore, String)
Traverses the specified field.
Public methodTraverse(IEntityFieldCore, String)
Traverses the specified fields.
Public methodTraverseExpressionOperand
Traverses the specified expression operand.
(Inherited from QueryApiObjectTraverser.)
Public methodTraversePredicate
Traverses the predicate specified.
(Inherited from QueryApiObjectTraverser.)
Public methodTraversePredicateExpression
Traverses the predicate expression.
(Inherited from QueryApiObjectTraverser.)
Public methodTraversePredicateExpressionElement
Traverses the predicate expression element specified
(Inherited from QueryApiObjectTraverser.)
Public methodTraversePredicateField
Traverses the predicate field.
(Overrides QueryApiObjectTraverserTraversePredicateField(IEntityFieldCore, String).)
Top
See Also