I am using Linq to SQL. Below is the code I am using. As you can see I am using a stored procedure and passing it an integer but yet q, the inferred type variable contains nothing after this code is executed. Thanks for any help !
DataClasses1DataContext db = new DataClasses1DataContext();
var q = db.spGetEmployeeById(3);