Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public IFieldElementCore GetFirstIdentifyingField()

Return Value

Type: IFieldElementCore
The first Identifying field or null if no identifying field is defined.
See Also