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.9.0.0 (5.9.0)
Syntaxprotected IRelationPredicateBucket CreateRelationInfoForNavigator(
	string navigator
)
Protected Function CreateRelationInfoForNavigator ( 
	navigator As String
) As IRelationPredicateBucket
Parameters
- navigator
 - Type: SystemString
 
Return Value
Type: 
IRelationPredicateBucket
See Also