Click or drag to resize
NormalRelationshipEdgeIsTargetPerEntityCandidate Property
Gets a value indicating whether this instance is a target per entity inheritance relationship candidate. This is the case if the relationship is a 1:1 relationship where the FK side's FK fields form the complete PK of the FK side.

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
[AllowInFilterAttribute(5)]
public bool IsTargetPerEntityCandidate { get; }

Property Value

Type: Boolean
See Also