When I setup a database using LINQ to SQL, I have to update each stored procedure by adding Name="" to allow info to be returned. If I don't do this, a value of null is returned. If I update ( Move the itemsĀ ) in *.dbml file, the *.designers.cs file is autogenerated again and I lose all the changes I made ( The Name=""s I added ). This is very frustrating. What do I need to do in order to fix this problem???
Read More...