Click or drag to resize

ManagerGetInstances Method

Gets the names of both named and default LocalDB instances on the user’s workstation.

Namespace:  usis.Data.LocalDb
Assembly:  usis.Data.LocalDb (in usis.Data.LocalDb.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string[] GetInstances()

Return Value

Type: String
An array that contains the names of both named and default LocalDB instances on the user’s workstation.
See Also