Click or drag to resize
DerivedTableTargetingFieldFinderTraverse 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.3.0.0 (5.3.0)
Syntax
public virtual void Traverse(
	IEntityFieldCore[] fields,
	string selectListAlias
)

Parameters

fields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The fields.
selectListAlias
Type: SystemString
The select list alias to use. If empty, the fields are expected to have their own objectalias property set
See Also