IndirectRelationshipEdgeIsPureManyToMany Property |
Returns whether this relationship is a 'pure' many to many. A pure many to many relationship means the intermediate entity is an entity with solely a
primary key and all fields in the primary key are fk fields in the two participating m:1 relationships.
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 [AllowInFilterAttribute(3)]
public bool IsPureManyToMany { get; }
<AllowInFilterAttribute(3)>
Public ReadOnly Property IsPureManyToMany As Boolean
Get
Property Value
Type:
BooleanSee Also