Aurel2152

Is it possible to call a retrieval Stored procedures with Entity Framework I didn't found a way to do that.


Re: ADO.NET (Pre-release) retrieval Stored procedures with Entity Framework

Julie Lerman

It's not in the docs yet.

I did finally figure it out and wrote a short article for www.devsource.com last week. Let me see when he's going to post it and I'll come back and put a link in here.





Re: ADO.NET (Pre-release) retrieval Stored procedures with Entity Framework

Zlatko Michailov - MSFT

Yes, it¡¯s possible. The documentation didn¡¯t make it. Sorry about that.

Please look at the this thread:

http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1829227&SiteID=1.

I¡¯m working on a set of getting-started application patterns over Entity Framework. It should come up within a few weeks. Hopefully, Julie¡¯s blog post will become available much earlier.

Zlatko Michailov

Program Manager, Data Programmability Runtime

Microsoft Corp.






Re: ADO.NET (Pre-release) retrieval Stored procedures with Entity Framework

Aurel2152

Ok, thanks !




Re: ADO.NET (Pre-release) retrieval Stored procedures with Entity Framework

Julie Lerman

Since I can't control when the article goes on line, I wrote a short blog post. The difference between the thread that Zlatko points to and what I've done is that I started with one of the stored procedures that was brought in by the wizard and it returns a type that doesn't already exist in the model. So I had to work out all of the pieces on my own. And it is definitely working in Beta 2.

Hope it helps

http://www.thedatafarm.com/blog/2007/09/08/FinishingUpREADStoredProcsBroughtInByTheEntityFrameworkEDMWizard.aspx