Posted By: Rob Bagby | Mar 13th @ 5:32 AM | 6,819 Views | 1 Comment
The Entity Framework supports both select and action stored procedures.  We covered action stored procedures in a previous screencast.  In this screencast, Rob Bagby will illustrate how to import select stored procedures.  However, the entity framework goes beyond simply importing and executing stored procedures.  You have the ability to map the result to an entity type which gives you some unique abilities.  We will explore some of these abilities in this screencast.  You can view a blog post on this subject here.
Rating:
0
0

Rob

 

I'm trying to work through some of your demos along with the videos. I downloaded the School db. But I have no PersonCategory table. I also had to manually add the SPs for the Action SPs demo. What did I do wrong?

Microsoft Communities