MSSqlLocalDBApi.GetVersionInfo(String) Method
Returns information for the specified SQL Server Express LocalDB version.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
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