Click or drag to resize
RootDocumentDefinitionIDField Property
Gets the ID Field of this document. Can be null. It returns the (if any) field derived from the first PK field (regarding field ordering) of the root entity of this document.

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
public DocumentFieldDefinition IDField { get; }

Property Value

Type: DocumentFieldDefinition
See Also