Hi please excuse my ignorance! I'm not up with the play when it comes to LINQ .
I can see how you can Load & save data using LLBLGen Syntax. Can you update / databind Linq syntax ( 2 way databinding ) ..? I don't see any examples.
thanks Marty
Linq is a language to query only (fetch, load entities). When you do databiding you can send the query results to the datasource and then handle the update command to extract the entities to save and save them.
Related threads: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=18553 http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=20998&StartAtMessage=0𜸴