Closed Decode84 closed 1 year ago
When the data from the reference execl has been achieved write the references to the SQLite database.
context.Entry(NewReference).State = EntityState.Added; context.SaveChanges(); Or context.Add(NewReference); context.SaveChanges();
Insert this in a while loop?
When the data from the reference execl has been achieved write the references to the SQLite database.