Click or drag to resize
DerivedTableTargetingFieldFinder.Traverse Method (IEntityFieldCore[], String)
Traverses the specified fields.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public virtual void Traverse(
	IEntityFieldCore[] fields,
	string selectListAlias
)

Parameters

fields
Type:SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore[]
The fields.
selectListAlias
Type: System.String
The select list alias to use. If empty, the fields are expected to have their own objectalias property set
See Also