I want to filter all records with criteria "later than 8:00 am" by settings RowFilter value of DataView object. How to do that? But I want to note, that I need to compare only the time part of DateTime object (database Ms Access).