Is there a way in C # to directly instantiate an SQLLOCALDB? We are currently using sqllocaldb.exe, but should be able to do this without using an external executable.
You can use the LocalDB Wrapper SQL library.
It wraps the native APIs provided by SQL LocalDB in the .NET 3.5 assembly.
Now it is also available through NuGet .
Disclaimer: I support this library.
I noticed several projects that wrap their own localdb API. I personally have not tried any of them, but the following may be useful for you.
http://www.nuget.org/packages/LocalDbApi/http://sqllocaldb.codeplex.com/
Source: https://habr.com/ru/post/1500732/More articles:Homesick with bash -it as a submodule - gitGet rid of timestamps in source files generated by CodeFluent - timestampJQuery.Click method reloads page - javascriptPrevent changing screen settings Live Wallpaper - androidMost pythonic way to convert tuple list - pythonRestore original order in QTableView / QSortFilterProxy - c ++How to create an instance of a local database using SMO - c #How to install a TFS work item is required during validation? - tfsCheckbox in Form Helper Cake PHP - checkboxNginx: response processing and reverse proxy with cache - luaAll Articles