If I have a DataTable userwidget, which has the following columns:
process_id, emp_num, widget_color
How to filter this DataTable using LINQ according to the following conditions:
1- WHERE emp_num = ...
2- AND process_id NOT IN (process)//process is an array of intgers
1 Answer