vignesh R

vignesh R

  • NA
  • 13
  • 581

Entity Framework with SQL Lite

Jan 5 2021 2:18 PM
Hi I have started to work on building a windows application and using UWP + EntityFrameWork Core + SQLite DB. 
 
Using the DB Browser for SQLite i have created the database , a table and a sample record. 
 
When i try to connect to this DB from the DB Context  it is not recognizing the record created instead trying to create the table once again. 
 
Kindly provide inputs on how to debug.
I looked at several forums to see Database.log in the context constructor but for some reason getting error while Log is not a valid method of context.Database.  
 

Answers (7)