PageOffsetOffsetLookup Method |
[Missing <summary> documentation for "M:VelocityDb.PageOffset.OffsetLookup(System.UInt16)"]
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public long OffsetLookup(
ushort pageNumber
)
Public Function OffsetLookup (
pageNumber As UShort
) As Long
public:
long long OffsetLookup(
unsigned short pageNumber
)
member OffsetLookup :
pageNumber : uint16 -> int64
Parameters
- pageNumber
- Type: SystemUInt16
[Missing <param name="pageNumber"/> documentation for "M:VelocityDb.PageOffset.OffsetLookup(System.UInt16)"]
Return Value
Type:
Int64[Missing <returns> documentation for "M:VelocityDb.PageOffset.OffsetLookup(System.UInt16)"]
See Also