You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.