Skip to main content

MSSqlLocalDBApi.GetVersions() Method

Returns all SQL Server Express LocalDB versions installed.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public string[] GetVersions()

Returns

Type Description
String[]

A string array that contains the names of the installed LocalDB versions.

Remarks

Calls the LocalDBGetVersions function internally.

See Also