MSSqlLocalDBApi Class
Provides helper methods allowing you to manage the SQL Server Express LocalDB instances.
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
Remarks
This class is a wrapper around the LocalDB Instance API. Instantiate this class and call it’s methods to manipulate the LocalDB instances directly from your code, without the need to use the SqlLocalDB.exe command line tool.
Inheritance
Object
MSSqlLocalDBApi
See Also