Click or drag to resize

SessionBaseFirstFreePage Method

Gets the page number of the first unallocated page in the specified Database

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual ushort FirstFreePage(
	Database db,
	ushort pageNumber
)

Parameters

db
Type: VelocityDbDatabase
The database to query
pageNumber
Type: SystemUInt16
The page number to start search from

Return Value

Type: UInt16
The first available page number.
See Also