Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public EntityDefinition GetEntityOnOneSide()

Return Value

Type: EntityDefinition
See Also