EntityCoreTFieldsObjectID 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.4.0.0 (5.4.0)
Syntax [BrowsableAttribute(false)]
[XmlIgnoreAttribute]
protected Guid ObjectID { get; set; }
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Protected Property ObjectID As Guid
Get
Set
Property Value
Type:
GuidSee Also