RelationshipEdgeGetSingleElementNavigators Method |
Gets the single element navigators (0, 1 or 2) contained by this relationship, if applicable. A 1:1 relationship has 2 single element navigators,
a 1:n relationship 1 and a m:n relationship 0. Navigators which are empty are ignored, as they're not there.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public List<Navigator> GetSingleElementNavigators()
Public Function GetSingleElementNavigators As List(Of Navigator)
Return Value
Type:
ListNavigatorList with 0, 1 or 2 navigators which represent a single element and which are owned by this relationship
See Also