Click or drag to resize
AliasFinderTraverse Method
Overload List
  NameDescription
Public methodTraverse(Object)
Traverses the specified object
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(DerivedTableDefinition)
Updates the old alias in all objects referenced by the passed in object including the passed in object itself to the new alias.
(Overrides QueryApiObjectTraverserTraverse(DerivedTableDefinition).)
Public methodTraverse(IDbFunctionCall)
Traverses the specified dbfunction call and contained objects.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IDynamicRelation)
Traverses the specified dynamic relation to traverse.
(Overrides QueryApiObjectTraverserTraverse(IDynamicRelation).)
Public methodTraverse(IEntityFieldCore)
obtains the alias in the field passed in and in all referenced elements
(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.)
Top
See Also