How to return multiple table dataset in mvc???
I am using data first approch..... In my Controller using store procedure in sql server show 5 tables in single store procedure but controller show only single table record.....so how to return mutliple table dataset in mvc?????