OptimizedPersistablePersistentVersion Method |
Gets the page version of a persistent object
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public ulong PersistentVersion()
Public Function PersistentVersion As ULong
public:
unsigned long long PersistentVersion()
member PersistentVersion : unit -> uint64
Return Value
Type:
UInt64
The page version.
See Also