Click or drag to resize

SessionBaseInUseNumberOfPages Method

Gets the number of pages currently in use by a Database

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public virtual ushort InUseNumberOfPages(
	Database db
)

Parameters

db
Type: VelocityDbDatabase
The Database to request info about

Return Value

Type: UInt16
The number of pages currently in use
See Also