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()
Public Function GetEnumerator As IEnumerator(Of Page)
public:
virtual IEnumerator<Page^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Page>
override GetEnumerator : unit -> IEnumerator<Page>
Return Value
Type:
IEnumeratorPageEnumeration of pages in a Database
Implements
IEnumerableTGetEnumeratorSee Also