Print Page | Close Window

Stored Procedure in Devforce 2010

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=4022
Printed Date: 05-Sep-2025 at 12:51am


Topic: Stored Procedure in Devforce 2010
Posted By: PeterProva
Subject: Stored Procedure in Devforce 2010
Date Posted: 07-Mar-2013 at 8:37am
HI Guys,
Normally when i use Stored procedure in DevForce 2010 Silverlight i add Function Import and then i use "Stored procedure Query" .Now im reviewing somebody's code which she has a lot of Stored procedures eg Customer_Insert and im sure its being used but when i search it i can't find anything,so for all the Stored procedures in Model there are just few of them which have Function Imported.Any idea?
Thx:)
Peter



Replies:
Posted By: sbelini
Date Posted: 07-Mar-2013 at 9:45am
Hi Peter,

With DevForce you can take advantage of Entity Framework support for entity stored procedures. (i.e. map insert, update, and delete functions to stored procs)

You will find more information at http://drc.ideablade.com/devforce-2012/bin/view/Documentation/model-advanced - http://drc.ideablade.com/devforce-2012/bin/view/Documentation/model-advanced and http://msdn.microsoft.com/en-us/library/cc716711.aspx - http://msdn.microsoft.com/en-us/library/cc716711.aspx .



Posted By: PeterProva
Date Posted: 07-Mar-2013 at 9:59am
Thanks sbelini,



Print Page | Close Window