Linq Update query
-
Hi i am updating a table in SQL using Linq query. But after submitting the changes, the table is not updated. I tried many times by recreating the Dbclasses file also. Any help regarding this will be very helpful. NOTE:While using the same method for another table in the same database,it gets updated.
Gomathi R
-
Hi i am updating a table in SQL using Linq query. But after submitting the changes, the table is not updated. I tried many times by recreating the Dbclasses file also. Any help regarding this will be very helpful. NOTE:While using the same method for another table in the same database,it gets updated.
Gomathi R
-
Are you sure the update condition is being satisfied ? It would be very difficult to diagnose anything with the information you have provided.