How to use LINQ to compare two DataTable values and return a boolean

Hi,

How about the following?

dt1.AsEnumerable.Any(Function(r) r("Shipment").ToString="G05468")

Regards,

1 Like