ReferencedEntityGetFirstIdentifyingField Method  | 
 
            Will return the first (according to field ordering) identifying field of the entity definition of this instance.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.DerivedModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic IFieldElementCore GetFirstIdentifyingField()
Public Function GetFirstIdentifyingField As IFieldElementCore
Return Value
Type: 
IFieldElementCoreThe first Identifying field or null if no identifying field is defined.
See Also