c# datatable select statement with dates

后端 未结 5 1330
难免孤独
难免孤独 2021-01-12 06:16

i am trying to make a select statement on a datatable to get the row that is within the date range i am looking for. I am new to this an i dont quite understand how this sel

5条回答
  •  一整个雨季
    2021-01-12 06:30

    I posted an answer on this post.

    DataTable Select by exact DateTime

    You can use a similar approach by using ticks to select in a range.

提交回复
热议问题