EntityBase2CreateRelationInfoForNavigator Method |
Creates a new RelationPredicateBucket with the predicates to filter on the related entities represented by the navigator specified.
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 protected IRelationPredicateBucket CreateRelationInfoForNavigator(
string navigator
)
Protected Function CreateRelationInfoForNavigator (
navigator As String
) As IRelationPredicateBucket
Parameters
- navigator
- Type: SystemString
Return Value
Type:
IRelationPredicateBucketSee Also