Back to Devexpress

MSSqlLocalDBApi Class

xpo-devexpress-dot-xpo-dot-db-dot-helpers.md

latest1.4 KB
Original Source

MSSqlLocalDBApi Class

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

Namespace : DevExpress.Xpo.DB.Helpers

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class MSSqlLocalDBApi :
    IDisposable
vb
Public Class MSSqlLocalDBApi
    Implements 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

MSSqlLocalDBApi Members

DevExpress.Xpo.DB.Helpers Namespace