DocumentFieldDefinitionIsIDField Property |
Gets a value indicating whether this instance is the ID field in the containing document. If the containing document isn't a root document, this property returns false.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax [AllowInSettingRuleAttribute("Is ID Field", FrameworkSettingTargetElementType.DerivedElementFieldScalar)]
[AllowInFilterAttribute(2)]
public bool IsIDField { get; }
<AllowInSettingRuleAttribute("Is ID Field", FrameworkSettingTargetElementType.DerivedElementFieldScalar)>
<AllowInFilterAttribute(2)>
Public ReadOnly Property IsIDField As Boolean
Get
Property Value
Type:
BooleanSee Also