Click or drag to resize

QueryApiObjectTraverserTraversePredicateField Method

Traverses the predicate field.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public virtual 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