About
Pricing
Community
Teams
Start Free Trial
Log in
PratikShah111
asked on
11/26/2018
Converting sql query to linq/ entity framework
how to write a simple update query in linq.
Here is the sql statement for that
update tablex
set
username = variable1 where
id = variable2
how do we handle this in linq for Entity Framework
.NET Programming
SQL
* Entity Framework Core
* LINQ
5
1
Last Comment
Fernando Soto
8/22/2022 - Mon