How do I retrieve data programmatically from dotconnect for sqlite

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
habipoguz
Posts: 9
Joined: Wed 20 Jan 2016 14:16

How do I retrieve data programmatically from dotconnect for sqlite

Post by habipoguz » Sat 14 Jan 2017 19:45

I am using Devart dotconnect for sqlite. I am retrieving datas from SQLite database with Devart LinqConnect Model. It prepares everything. That's good. But it is static. When I want to change the fields' name or add new fields, retrieving data occures problem. Because the field name and the SendPropertyChanged value are not the same.

In my project, users even be able to add new fields programmatically. So is there any way to retrieve data programmatically from dotconnect for sqlite?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: How do I retrieve data programmatically from dotconnect for sqlite

Post by Shalex » Mon 16 Jan 2017 15:33

habipoguz wrote:In my project, users even be able to add new fields programmatically. So is there any way to retrieve data programmatically from dotconnect for sqlite?
If a column is added to a database table, the model should be updated to add mapping for this new column to the model.

Post Reply