MSSqlLocalDBApi.GetVersionInfo(String) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
version |
String | The Local |
#Returns
Type | Description |
---|---|
DevExpress. |
An MSSql |
#Remarks
Calls the LocalDBGetVersionInfo function internally.
See Also