MSSqlLocalDBApi.GetInstances() Method
Returns the names of all SQL Server Express LocalDB instances.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v25.1.dll
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