Skip to main content
A newer version of this page is available. .

MSSqlLocalDBApi.GetVersionInfo(String) Method

Returns information for the specified SQL Server Express LocalDB version.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v18.2.dll

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