Skip to content

SQL LocalDB Wrapper v1.11.0.0

Choose a tag to compare

@martincostello martincostello released this 17 Oct 14:16

SqlLocalDb v1.11.0.0

New Features

  • Added the following new members to the SqlLocalDbApi class to allow the files associated with a SQL LocalDB instance to be deleted when the instance is deleted. The previous behaviour is retained when using the existing deletion methods. The default value of the SqlLocalDbApi.AutomaticallyDeleteInstanceFiles property can be overridden using the SQLLocalDB:AutomaticallyDeleteInstanceFiles application configuration setting.
    • bool SqlLocalDbApi.AutomaticallyDeleteInstanceFiles
    • void SqlLocalDbApi.DeleteInstance(string instanceName, bool deleteFiles)
    • int SqlLocalDbApi.DeleteUserInstances(bool deleteFiles)
  • Added SqlLocalDbApi.GetInstancesFolderPath() method to obtain the path to which the SQL LocalDB instance files are stored on the local machine for the current user.

Bug Fixes

  • Small change to P/Invoke calls that receive strings as output parameters.
  • Fixes to some XML documentation comments.