I have a query in DataTable in one datatable Title as same for the 2 Records at that time i need to delete effective status row and keep only pending effective row in the table. kindly advise for the same. Excel screenshot as below.
You can use below query in condition, @Shriharsha_H_N
dt1 = dt1.AsEnumerable().Where(Function(row) row(“Status”).ToString.Equals(“Effective”)).Count > 0.