ReferencedEntityGetFirstIdentifyingField Method |
Will return the first (according to field ordering) identifying field of the entity definition of this instance.
Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.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