QueryApiObjectTraverserTraversePredicateField Method |
Traverses the predicate field.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public virtual void TraversePredicateField(
IEntityFieldCore field,
string objectAlias
)
Public Overridable Sub TraversePredicateField (
field As IEntityFieldCore,
objectAlias As String
)
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