How to write a statement for extracting values in a datatable where it meets current date-10days in one column
Assign: ExtractDataTable. Select(“[Supp Status]= ‘LIVE’ AND [Send Date]=‘DateTime.Now.AddDay(-10).Tostring(mm/dd/yyyy)’”).CopyToDataTable
It is Not working and returning no rows