SyntaxFix
Write A Post
Hire A Developer
Questions
Here I get only three specific columns from mainDataTable and use the filter
DataTable checkedParams = mainDataTable.Select("checked = true").CopyToDataTable() .DefaultView.ToTable(false, "lagerID", "reservePeriod", "discount");