Is there any kind of limitation with entity framework for number of result set accepted that is returned by stored procedure? I tried to get 3 result sets from stored procedure in enitity framework but everytime I get error of
The type parameter 'EfDesignerSprocMultiSets.GetProductStatus_Result' in ExecuteFunction is incompatible with the type 'StoreDBModel.Product_SprocResult' returned by the function.
I tried to implement code from this website. It works perfect but when I try to add one more result set I get above error.