MSSqlLocalDBApi.GetInstances() Method
Returns the names of all SQL Server Express LocalDB instances.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Returns
Type | Description |
---|---|
String[] | A string array that contains the names of both named and default LocalDB instances on the user’s workstation. |
Remarks
Calls the LocalDBGetInstances function internally.
See Also