Click or drag to resize

Extensions Class

Provides extension methods for the Manager class.
Inheritance Hierarchy
SystemObject
  usis.Data.LocalDbExtensions

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 class Extensions

The Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateInstance
Creates a new SQL Server Express LocalDB instance with the highest istalled version.
Public methodStatic memberEnumerateInstances
Gets the informations about both named and default LocalDB instances on the user’s workstation.
Public methodStatic memberEnumerateVersions
Returns all SQL Server Express LocalDB versions available on the computer.
Public methodStatic memberStopInstance(Manager, String)
Stops the specified SQL Server Express LocalDB instance from running.
Public methodStatic memberStopInstance(Manager, String, Int32)
Stops the specified SQL Server Express LocalDB instance from running.
Top
See Also