Reputation: 913
I have a Sqlite database that I want to use in my UWP application With EF7, How can I create model from database with EF7?
Upvotes: 2
Views: 910
Reputation: 96
You can install SQL Server Compact/SQLite Toolbox and create model from database SQL Server Compact/SQLite Toolbox DLL
Upvotes: 3
Reputation: 1195
According to this question/answer you should be able to create poco classes from an existing database. However, I have not tried this myself.
To summarize ErikEJs answer:
Upvotes: 0