Click or drag to resize

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)
Syntax
public ulong Id { get; set; }

Property Value

Type: UInt64
The id of this object or 0 if object is not persistent

Implements

IOptimizedPersistableId
See Also