NewsBot
1
I've added my first LINQ to SQL Class to my project and have written the related code to get the data using my stored procedure from SQL Server.* Cool and all that.
However, I need to add another stored procedure to this project, and I want to use LINQ to SQL Class for that as well.* When I was using the O/R Designer it was clear I could probably have dragged other things from SQL onto the design surface, but I'm not sure if that is the best thing to do or not.
So the question is, should I create a whole new LINQ to SQL Class for this other SP, or not?
More...
View All Our Microsoft Related Feeds
However, I need to add another stored procedure to this project, and I want to use LINQ to SQL Class for that as well.* When I was using the O/R Designer it was clear I could probably have dragged other things from SQL onto the design surface, but I'm not sure if that is the best thing to do or not.
So the question is, should I create a whole new LINQ to SQL Class for this other SP, or not?
More...
View All Our Microsoft Related Feeds