I want to ask you if it is possible to use SQLite with Entity Framework in Windows Phone 8 application? Or Entity Framework cannot be used for local database (SQLite) in Windows Phone application?
相关问题
- Entity Framework Code First Migration
- How to access the camera from my Windows Phone 8 a
- SQL/SQL-LITE - Counting records after filtering
- Entity Framework throws exception - Network Relate
- What SQLite NuGet package do I need
相关文章
- SQLite不能创建表
- 小型数据库(SQLite,Derby,H2)可以存储多少数据?
- sqlite char数据类型 长度问题
-
EF6 DbSet
returns null in Moq - Entity Framework 4.3.1 failing to create (/open) a
- EF6 code first: How to load DbCompiledModel from E
- Why do I need a ToList() to avoid disposed context
- Sqlite: How do I reset all database tables?
Yes you could use
SQLite
in your WP application by downloading theextension
from VS.Reference
And also you could use it as a local database too. Could get a better idea from here :
Windows phone 8.1 Local Database