Using Datatable Select on a date type column

Hello, how to use “Select” on a data table column that is of date type?
My requirement is to filter data table records that fall under a specific date range. I could do it with Filter Data Table activity, but I wanted to learn more about using Select statement.
Any help would be much appreciated. Thanks in advance.

@Phoenix

I had the ressource below from DataTable.Select Method (System.Data) | Microsoft Learn

You’ll find an entry for Date values
https://www.csharp-examples.net/dataview-rowfilter/

1 Like

Thanks a lot :slightly_smiling_face: That helped :smiley:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.