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.6.0.0 (5.6.19.0117)
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