-
-
Notifications
You must be signed in to change notification settings - Fork 45
Configuration
Martin Costello edited this page Jan 11, 2015
·
16 revisions
This wiki page documents the configuration settings available for the System.Data.SqlLocalDb.dll
assembly.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="system.data.sqlLocalDb" type="System.Data.SqlLocalDb.Configuration.SqlLocalDbConfigurationSection, System.Data.SqlLocalDb" />
</configSections>
<system.data.sqlLocalDb
automaticallyDeleteInstanceFiles="false"
overrideVersion=""
stopOptions="None"
stopTimeout="00:01:00"
/>
</configuration>