ADO filter

  • Thread starter Thread starter Chris Wagner
  • Start date Start date
C

Chris Wagner

Hi,,

I have a table with 2 columns: TimeStamp (Type: DateTime) and Interval
(Type: Int32)

How do I do datatable.Select(Filter) ?

Where filter = DateDiff(DateInterval.Second, Now, Column TimeStamp) >
Interval

Thanks very much for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top