Click or drag to resize
EntityCoreTFieldsIEntityCoreObjectID Property
Gets / sets the unique Object ID which is created at runtime when the entity is instantiated. Can be used for external caches.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
Guid IEntityCore.ObjectID { get; set; }

Property Value

Type: Guid

Implements

IEntityCoreObjectID
See Also