Skip to main content

MSSqlLocalDBApi.GetVersionInfo(String) Method

Returns information for the specified SQL Server Express LocalDB version.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public MSSqlLocalDBVersionInfo GetVersionInfo(
    string versionName
)

#Parameters

Name Type Description
versionName String

The LocalDB version name.

#Returns

Type Description
DevExpress.Xpo.DB.Helpers.MSSqlLocalDBVersionInfo

An MSSqlLocalDBVersionInfo object that specifies whether the SQL Server Express LocalDB version exists and provides the full LocalDB version number (including build and release numbers).

#Remarks

Calls the LocalDBGetVersionInfo function internally.

See Also