Click or drag to resize

QueryApiObjectTraverserTraverse Method

Overload List
  NameDescription
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(IEnumerableIEntityFieldCore)
Traverses the object specified and its contents.
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 methodTraverse(WindowPartition)
Traverses the specified object and its contents
Public methodTraverse(WindowSpecification)
Traverses the specified object and its contents
Top
See Also