OptimizedPersistableId Property |
Gets the id of this object. The id is structured as
Oid
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic ulong Id { get; set; }
Public Property Id As ULong
Get
Set
public:
virtual property unsigned long long Id {
unsigned long long get () sealed;
void set (unsigned long long value) sealed;
}
abstract Id : uint64 with get, set
override Id : uint64 with get, set
Property Value
Type:
UInt64The id of this object or 0 if object is not persistent
Implements
IOptimizedPersistableId
See Also