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