Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public bool IsPartOfIdentifyingFields { get; }

Property Value

Type: Boolean
See Also