Click or drag to resize

ManagerIsInstalled Method

Determines whether SQL Server Express LocalDB is installed 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 bool IsInstalled()

Return Value

Type: Boolean
true if SQL Server Express LocalDB is installed on the computer; otherwise, false.
See Also