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.1.0.0 (5.1.0)
Syntax [AllowInFilterAttribute(5)]
public bool IsTargetPerEntityCandidate { get; }
<AllowInFilterAttribute(5)>
Public ReadOnly Property IsTargetPerEntityCandidate As Boolean
Get
Property Value
Type:
BooleanSee Also