NormalRelationshipEdgeGetEntityOnManySide Method |
Gets the entity on the 'm' or many side of the relationship. So if the relationship is a m:1 relationship, the start entity is returned. If the
relationship is a 1:1 relationship, null is returned.
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 EntityDefinition GetEntityOnManySide()
Public Function GetEntityOnManySide As EntityDefinition
Return Value
Type:
EntityDefinitionSee Also