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