MSSqlLocalDBApi Constructors
Provides helper methods allowing you to manage the SQL Server Express LocalDB instances.Name | Parameters | Description |
---|---|---|
MSSqlLocalDBApi() | none | Initializes a new instance of the MSSqlLocalDBApi class. |
MSSqlLocalDBApi(String) | fileName | Initializes a new instance of the MSSqlLocalDBApi class with the specified LocalDBInstance.dll file location. |
See Also