Click or drag to resize

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.6.0.0 (5.6.19.0117)
Syntax
public bool CheckIfIsPureManyToMany()

Return Value

Type: Boolean
true if this relationship is a pure m:n, false otherwise. False means this M:N is an 'objectified' relationship
See Also