IndirectRelationshipEdgeCheckIfIsPureManyToMany Method |
Checks if 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.9.0.0 (5.9.0)
Syntax public bool CheckIfIsPureManyToMany()
Public Function CheckIfIsPureManyToMany As Boolean
Return Value
Type:
Booleantrue if this relationship is a pure m:n, false otherwise. False means this M:N is an 'objectified' relationship
See Also