Home

LinqToDb update SQL

I would like to update the database. According to documentation and samples, I have to simply call SubmitChanges();

There is no SubmitChanges() when I use the LinqToDb providers.

Using:

DataContext dataContext = this;
..
dataContext.SubmitChanges();
is also not possible. The type DataContext of LinqToDb isn't compatible with 'this'.

Any idea? Thanks for your help.

Helmut

Comments

Sign In or Register to comment.