Returning a DataTable using Entity Framework ExecuteStoreQuery

前端 未结 8 1405
清酒与你
清酒与你 2020-12-09 04:28

I am working with a system that has many stored procedures that need to be displayed. Creating entities for each of my objects is not practical.

Is it possible and

8条回答
  •  旧巷少年郎
    2020-12-09 05:22

    Maybe your stored procedure could return a complex type? http://blogs.msdn.com/b/somasegar/archive/2010/01/11/entity-framework-in-net-4.aspx

提交回复
热议问题