Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
[AllowInSettingRuleAttribute("Is ID Field", FrameworkSettingTargetElementType.DerivedElementFieldScalar)]
[AllowInFilterAttribute(2)]
public bool IsIDField { get; }

Property Value

Type: Boolean
See Also