Page 1 of 1

How do I retrieve data programmatically from dotconnect for sqlite

Posted: Sat 14 Jan 2017 19:45
by habipoguz
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?

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

Posted: Mon 16 Jan 2017 15:33
by Shalex
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.