MSSqlLocalDBApi.GetVersionInfo(String) Method
Returns information for the specified SQL Server Express LocalDB version.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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