Click or drag to resize

ExtensionsEnumerateVersions Method

Returns all SQL Server Express LocalDB versions available on the computer.

Namespace:  usis.Data.LocalDb
Assembly:  usis.Data.LocalDb (in usis.Data.LocalDb.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IEnumerable<VersionInfo> EnumerateVersions(
	this Manager manager
)

Parameters

manager
Type: usis.Data.LocalDbManager
The LocalDB manager object.

Return Value

Type: IEnumerableVersionInfo
An enumerator to iterate through all version informations.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Manager. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also