Insert/Update/Detele ops through stored procedures

Posts   
 
    
costab
User
Posts: 36
Joined: 21-Aug-2010
# Posted on: 21-Aug-2010 22:38:37   

I downloaded LLBLGen pro last night and I could not find a way to assign stored procedures to do the insert/update/delete operations. I want to generate Linq to sql classes for vs2008. In the vs 2008 O/R designer for L2S you can override the default behaviour to save the data through stored procs.

Am I missing something?

Thanks, Costa

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 22-Aug-2010 23:27:11   

Hi Costa, that is not supported. For fetch you can use projections, for save you can call the SP from your code directly.

Related thread: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=17027

David Elizondo | LLBLGen Support Team