Click or drag to resize

Textualizer.Traverse Method

Overload List
  NameDescription
Public methodTraverse(Object)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverser.Traverse(Object).)
Public methodTraverse(DerivedTableDefinition)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverser.Traverse(DerivedTableDefinition).)
Public methodTraverse(IDbFunctionCall)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverser.Traverse(IDbFunctionCall).)
Public methodTraverse(IDynamicRelation)
Traverses the specified dynamic relation to traverse.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IEnumerable<IEntityFieldCore>)
Traverses the object specified and its contents.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IEntityFieldCore)
Traverses the specified field.
(Overrides QueryApiObjectTraverser.Traverse(IEntityFieldCore).)
Public methodTraverse(IEntityRelation)
Traverses the specified entity relation to traverse.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IExpression)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverser.Traverse(IExpression).)
Public methodTraverse(IGroupByCollection)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverser.Traverse(IGroupByCollection).)
Public methodTraverse(IPredicate)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverser.Traverse(IPredicate).)
Public methodTraverse(IRelationCollection)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverser.Traverse(IRelationCollection).)
Public methodTraverse(IScalarQueryExpression)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverser.Traverse(IScalarQueryExpression).)
Public methodTraverse(ISortExpression)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverser.Traverse(ISortExpression).)
Public methodTraverse(WindowPartition)
Traverses the specified object and its contents
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(WindowSpecification)
Traverses the specified object and its contents
(Inherited from QueryApiObjectTraverser.)
Top
See Also