Click or drag to resize

DatabaseGetEnumerator 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 IEnumerator<Page> GetEnumerator()

Return Value

Type: IEnumeratorPage
Enumeration of pages in a Database

Implements

IEnumerableTGetEnumerator
See Also