Click or drag to resize

DatabaseLocationsGetEnumerator Method

Enumerates all DatabaseLocations

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.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