Updateing Linq Queries

Posts   
 
    
Posts: 72
Joined: 11-Aug-2006
# Posted on: 18-Jun-2012 03:56:55   

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

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 18-Jun-2012 05:30:32   

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&#118324

David Elizondo | LLBLGen Support Team