RelationshipEdgeGetCollectionNavigators Method |
Gets the collection navigators (0, 1 or 2) contained by this relationship, if applicable. A 1:1 relationship has 0 collection navigators,
a 1:n relationship 1 and a m:n relationship 2. 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.1.0.0 (5.1.0)
Syntax public List<Navigator> GetCollectionNavigators()
Public Function GetCollectionNavigators As List(Of Navigator)
Return Value
Type:
ListNavigatorList with 0, 1 or 2 navigators which represent a collection and which are owned by this relationship
See Also