PredicateWithAliasFinderTraversePredicateField Method |
Traverses the predicate field.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public override void TraversePredicateField(
IEntityFieldCore field,
string objectAlias
)
Public Overrides 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