Click or drag to resize

DatabaseLocationsGetEnumerator Method

Enumerates all DatabaseLocations

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IEnumerator<DatabaseLocation> GetEnumerator()

Return Value

Type: IEnumeratorDatabaseLocation
An IEnumeratorT object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also