Click or drag to resize

ImportableDerivedModelObjectID Property

Gets or sets the object identifier of the real object which was imported. This ID can be compared with the destination set, to see whether it's indeed the same object. Is set to a new Guid by default.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public Guid ObjectID { get; set; }

Property Value

Type: Guid
See Also