Click or drag to resize

AliasFinderTraversePredicate Method

obtains the alias in any elements in the predicate passed in.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public override void TraversePredicate(
	IPredicate objectToTraverse
)

Parameters

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