Click or drag to resize
DerivedTableTargetingFieldFinderTraversePredicateField Method
Traverses the predicate field.

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 override void TraversePredicateField(
	IEntityFieldCore field,
	string objectAlias
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field as found in the predicate.
objectAlias
Type: SystemString
The object alias set in the predicate for the field .
See Also