Click or drag to resize

QueryApiObjectTraverserTraversePredicateExpressionElement Method

Traverses the predicate expression element specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public virtual void TraversePredicateExpressionElement(
	IPredicateExpressionElement objectToTraverse
)

Parameters

objectToTraverse
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpressionElement
The object to traverse.
See Also