This is a simply SP that returns 2 table (not join between them).
Now here is the problem. When I Import function (stored Procedure) to the model I need to select what collection is being returning: None, Scalar, Entities.
But entities give me the option to choose onle one entity (which represent only one table). What with the second table?
"Try not to become a man of success but rather a man of value." / Albert Einstein
Dango23
Member
34 Points
113 Posts
Re: How to convert entity collections to a dataset?
May 19, 2010 05:39 PM|LINK
What I meant is this ssanriu:
"Select X from Table1
Select Y from Table 2"
This is a simply SP that returns 2 table (not join between them).
Now here is the problem. When I Import function (stored Procedure) to the model I need to select what collection is being returning: None, Scalar, Entities.
But entities give me the option to choose onle one entity (which represent only one table). What with the second table?