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.1.0.0 (5.1.0)
Syntax public IFieldElementCore GetFirstIdentifyingField()
Public Function GetFirstIdentifyingField As IFieldElementCore
Return Value
Type:
IFieldElementCoreThe first Identifying field or null if no identifying field is defined.
See Also