MSSqlLocalDBApi(String) Constructor
Initializes a new instance of the MSSqlLocalDBApi class with the specified LocalDBInstance.dll file location.
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 |
---|---|---|
fileName | String | A string path to the LocalDBInstance.dll file to load. |
Remarks
Thows an exception if the specified DLL cannot be loaded.
See Also