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

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
protected virtual void Traverse(
	IEntityFieldCore field,
	string objectAlias
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore
The field.
objectAlias
Type: System.String
The object alias.
See Also