Click or drag to resize

DatabasePages Method

Gets an enumerable sequence of all the pages in this database.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IEnumerable<Page> Pages(
	bool stubsOnly = true
)

Parameters

stubsOnly (Optional)
Type: SystemBoolean
Load page stub only?

Return Value

Type: IEnumerablePage
Enumeration of pages in a Database
See Also