Welcome to MSDN Blogs Sign in | Join | Help

November 2008 - Posts

Using Stored Procedures That Return Non Entity Type

In the previous post I explained how to use a Stored Procedure in Entity Framework that returns an Entity Type. However, if you try to map a stored procedure that is of a scalar type or returns an Array or List type then this won't work automatically
Posted by bindeshv | 1 Comments
Filed under:

Using Stored Procedures in Entity Framework

Entity framework supports stored procedure. In this post I will explore how we can use stored procedures in entity framework. I have created a Windows based application with Northwind database model(EDMX) . And have the Customer and Orders table selected.
Posted by bindeshv | 5 Comments
Filed under:

Getting Started With EntityClient in EntityFramework

In this post I am going to illustrate how to use EdmGen and EntityClient to program with Entity Framework. EdmGen is utility shipped with Entity Framework for creation of the artifacts required for Entity Model Mapping viz the CSDL(Conceptual Schema Definition
Posted by bindeshv | 1 Comments
Filed under:
 
Page view tracker