Click or drag to resize

OidSamePageAs Method

Find out if Page number is the same in two different UInt64 numbers (encoded Oid)

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static bool SamePageAs(
	ulong id,
	ulong anId
)

Parameters

id
Type: SystemUInt64
A combined Database number, Page number and page number
anId
Type: SystemUInt64
Another combined Database number, Page number and skot number

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDb.Oid.SamePageAs(System.UInt64,System.UInt64)"]

See Also