Click or drag to resize

ManagerDeleteInstance Method

Removes the specified SQL Server Express LocalDB instance.

Namespace:  usis.Data.LocalDb
Assembly:  usis.Data.LocalDb (in usis.Data.LocalDb.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void DeleteInstance(
	string instanceName
)

Parameters

instanceName
Type: SystemString
The name of the LocalDB instance to remove.
See Also