Click or drag to resize

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)
Syntax
protected IRelationPredicateBucket CreateRelationInfoForNavigator(
	string navigator
)

Parameters

navigator
Type: SystemString

Return Value

Type: IRelationPredicateBucket
See Also