Entity Framework Modeling: Select Stored Procedures

The post on select stored procedures with the Entity Framework has been moved to my new blog at www.robbagby.com.

image

Comments

  • Anonymous
    March 13, 2009
    Rob, this entire series has been excellent so far - practical and to the point.  Thank you.
  • Anonymous
    March 13, 2009
    Thanks.  I appreciate it.
  • Anonymous
    May 17, 2009
    Thanks for this, i'm trying to create a new entity which doesn't relate to the data model and populate it from a SP. However I can't create a new Entity without getting it out of the database, is there any way around this that you know of?The SP connects to a linked server and returns a list of databases. At the moment, the only way I can see around this is to create a standard dataset for this SP which is separate to my entity data model.Thanks for the great article!