Click or drag to resize
DerivedTableFinderTraverse Method
Overload List
  NameDescription
Public methodTraverse(Object)
Traverses the specified object
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(DerivedTableDefinition)
Traverses the specified derived table
(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)
Traverses the specified field and related objects.
(Inherited from QueryApiObjectTraverser.)
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.
(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