SQLite的连接字符串与实体框架代码优先方法

时间:2015-10-06 18:42:51

标签: c# entity-framework-6 connection-string system.data.sqlite

我使用的连接字符串不起作用。

我正在使用SQLite&实体框架采用代码优先的方法。我从NuGet下载了System.Data.SQLite。

SQLite数据库是否支持实体框架的代码优先方法?

App config连接字符串:

<connectionStrings>
    <add name="LaptopContext" connectionString="Data Source = C:\Users\anila\Documents\SampleDemo1.db; Version = 3;" providerName="System.Data.EntityClient" />
</connectionStrings>

添加迁移命令不起作用。

错误消息:不支持关键字:&#39;数据源&#39;。

我应该使用什么连接字符串?

0 个答案:

没有答案