IOptimizedPersistableId Property |
Gets the id of this object. The id is structured as
Oid
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax Property Id As ULong
Get
Set
property unsigned long long Id {
unsigned long long get ();
void set (unsigned long long value);
}
abstract Id : uint64 with get, set
Property Value
Type:
UInt64The id of this object or 0 if object is not persistent
See Also