Click or drag to resize

TextualizerTraverse Method

Overload List
  NameDescription
Public methodTraverse(Object)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(Object).)
Public methodTraverse(DerivedTableDefinition)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(DerivedTableDefinition).)
Public methodTraverse(IDbFunctionCall)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IDbFunctionCall).)
Public methodTraverse(IDynamicRelation)
Traverses the specified dynamic relation to traverse.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IEnumerableIEntityFieldCore)
Traverses the object specified and its contents.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IEntityFieldCore)
Traverses the specified field.
(Overrides QueryApiObjectTraverserTraverse(IEntityFieldCore).)
Public methodTraverse(IEntityRelation)
Traverses the specified entity relation to traverse.
(Inherited from QueryApiObjectTraverser.)
Public methodTraverse(IExpression)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IExpression).)
Public methodTraverse(IGroupByCollection)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IGroupByCollection).)
Public methodTraverse(IPredicate)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IPredicate).)
Public methodTraverse(IRelationCollection)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IRelationCollection).)
Public methodTraverse(IScalarQueryExpression)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(IScalarQueryExpression).)
Public methodTraverse(ISortExpression)
Traverses the specified object to traverse.
(Overrides QueryApiObjectTraverserTraverse(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