2
Answers

Entity framework (LINQ/Lambda expression)

Ravi Patel

Ravi Patel

8y
266
1
Hi All,
 
how to exchange two column data in Entityframework  ?
 
Like we have update query in sql  
 
UPDATE dbo.Employee
SET custom1=custom2 , custom2=custom1

Answers (2)