Click or drag to resize
AliasUpdaterTraverse 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.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IEntityFieldCore)
Updates 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.
(Inherited from QueryApiObjectTraverser.)
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.
(Overrides QueryApiObjectTraverserTraverse(IRelationCollection).)
Public methodTraverse(IScalarQueryExpression)
Traverses the specified scalar query expression and contained objects.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(ISortExpression)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(ISortExpression).)
Top
See Also