New to LINQ
LINQ
1
Posts
1
Posters
1
Views
1
Watching
-
Hi, I am playing with LINQ for the first time and trying to get to grips with it. I have set up a SQL 2005 db and its got some stored procs. I have created a LINQtoSQL class and set it up to see the sp's and got that all working, great :-D But when i change a sp is there a way i can refresh the LINQtoSQL class rather than having to delete the proc and re-get it. If there is no way, is there a reason that it was not put in, ie am i not getting the point of it :sigh: Thanks