OptimizedPersistablePersistentVersion Method |
Gets the page version of a persistent object
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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