Click or drag to resize
RelationshipInfoOppositeRelationshipType Property
Gets the type of the relationship from the related entity 's point of view. So 1:n becomes m:1

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public EntityRelationshipType OppositeRelationshipType { get; }

Property Value

Type: EntityRelationshipType
See Also