Bhavdip Tala
Home
Inner Join with Update in Datatable using Linq in C#
Inner Join with Update in Datatable using Linq in C#
Bhavdip Tala
December 23, 2015
dtDummTable.AsEnumerable().Join(NewDisUpdate.AsEnumerable(), dtMst => dtMst["stone_no"], dtChid => dtChid["StoneNo"], (dtMst, dtChid) => new { dtMst, dtChid }).ToList().ForEach(o => { o.dtMst.SetField("orderdiscount", o.dtChid["Discount"]); });
Post a Comment
0 Comments
Net Core, Angular ,Sql Server and Vue.js
Bhavdip Tala
Visit profile
Most Popular
Using extensions in Visual Studio Code
August 06, 2022
What is the relationship between TestController and Test?
January 26, 2016
How can call stored procedure inside function in SQL server ?
September 07, 2016
Tags
Angular 2
Angular 4
Capcha MVC
MVC
Resouce file
Followers
Total Pageviews
Contact form
0 Comments