Click or drag to resize

EntityFieldFinderTraverse Method (IScalarQueryExpression)

Traverses the specified scalar query expression and contained objects.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public override void Traverse(
	IScalarQueryExpression objectToTraverse
)

Parameters

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