Click or drag to resize

PageInfoVersionNumber Property

Each Page gets its page version incremented in every transaction where the it is updated.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public ulong VersionNumber { get; set; }

Property Value

Type: UInt64
The current UInt64 page version
See Also