I am having a datatable having Id, System and Date.
I want to extract specific date (a single String/List) based on ID and system.
Please help how to get this using LINQ.
MYDT.AsEnumerable().Where(Function(x) x(“Id”).ToString = row(“ID”).ToString And x(“Name”).ToString = row(“Name”).ToString ).Select(Function(y) y MappedDate).List