• Home
  • Blog
  • About Me
  • Home
  • Blog
  • About Me
.NET

Entity Framework – Functions are a pain

By Joe Gill  Published On 5th May 2009

As part of my on going project to use and learn the Entity Framework I have come across a bit of a problem. The Entity Framwork does not easily map database functions onto the model. At present there does not seem to be an easy way around this

Here are some of the links and tips I found
http://blogs.msdn.com/efdesign/archive/2008/10/08/edm-and-store-functions-exposed-in-linq.aspx

http://www.thedatafarm.com/blog/2007/12/19/ImplementSELECTStoredProceduresThatReturnMiscellaneousDataInCTP2OfEFDesigner.aspx

http://forums.asp.net/t/1363046.aspx


Leave A Reply Cancel reply

You must be logged in to post a comment.

Dynamic Data - The ContextType property of control 'EntityDataSource1' must specify a data context.
Previous Article
Entity Framework - Pain Continued
Next Article