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: 11.1.0.0 (11.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