How to execute storedprocedure with different class?
Friends,
I have created stored procedure to select records from database with 3 tables join condition and also select query is constructing based on the input parameters. So, How to execute that SP through entity framework with 3 different class types.
Thanks...