I want to Update Data using linq query with where clause this is my sql query please convert in linq update StudentAcademic set BatchName='SMDRD', Faculty='xyz' where StudentID='s001' please solve this problem. Thanks!
Do some R&D work before posting any question.