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: 8.2.1.0 (8.2.1)
Syntax
public IEnumerator<Page> GetEnumerator()

Return Value

Type: IEnumeratorPage
Enumeration of pages in a Database

Implements

IEnumerableTGetEnumerator
See Also