Skip to main content
A newer version of this page is available. .

MSSqlLocalDBApi Class

Provides helper methods allowing you to manage the SQL Server Express LocalDB instances.

Namespace: DevExpress.Xpo.DB.Helpers

Assembly: DevExpress.Xpo.v20.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public class MSSqlLocalDBApi :
    IDisposable

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