I am using this linq query DT.AsEnumerable().Where(Function(w) w(“Amount”).ToString.Trim.StartsWith(“-”)).CopyToDataTable to filter line items starts with “-” sign.
How to filter rows that not starts with “-” using query? is there any similar query like this