Click or drag to resize

Page Properties

The Page type exposes the following members.

Properties
  NameDescription
Public propertyByteCount
Public propertyDatabase
The Database of this Page.
Public propertyId
The Oid (encoded as UInt64) of this page
Public propertyIsUpdated
Is this Page updated?
Public propertyOffset
Current page version starts at this offset in conatining Database.
Public propertyOid
The Oid of this page
Public propertyOnlyStub
Is this Page fully read into memory or just the PageInfo?
Public propertyPageInfo
Gets the PageInfo for this Page
Public propertyPageNumber
The page number of this Page in the containing Database
Public propertyShortId
The OidShort (encoded as UInt32) of this page
Top
See Also