MappableFieldWrapperIsPartOfIdentifyingFields Property |
Gets a value indicating whether the mappable field is part of the identifying fields in the entity its defined in. If the wrapped field is a field
in a value type, the valuetype instance' IsPartOfIdentifyingFields is returned, as that's the value dictating if the field is part of the identifying fields
in the entity the instance is defined in.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public bool IsPartOfIdentifyingFields { get; }
Public ReadOnly Property IsPartOfIdentifyingFields As Boolean
Get
Property Value
Type:
BooleanSee Also