hi every body iam new to Entity framework i have learned about using SP and how to map (insert \ delete \ update) in every table and how to import function to call SP that returns values from one table
my question is hot can i to call SP that returns multiple columns from multiple tables
in LINQ to SQL generating class that represents all columns that returned by SP how can i use Entity Framework in this case
thanks in advance Every Body