公告板
版本库
filestore
活动
搜索
登录
main
/
bkz-client-csharp
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'初始化'
admin
2020-06-10
a610f2ab6e543d2cb78c1ef212ac6a74ddc067d9
[bkz-client-csharp.git]
/
packages
/
System.Data.SQLite.Linq.1.0.113.0
/
content
/
net40
/
web.config.transform
1
2
3
4
5
6
7
8
9
10
11
<configuration>
<system.data>
<DbProviderFactories>
<remove invariant="System.Data.SQLite" />
<add name="SQLite Data Provider"
invariant="System.Data.SQLite"
description=".NET Framework Data Provider for SQLite"
type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
</DbProviderFactories>
</system.data>
</configuration>