Filtering records in Entity Framework Core by Timestamp (SQL timestamp datatype)

前端 未结 0 1304
失恋的感觉
失恋的感觉 2020-12-07 21:54

I have a requirement to filter records in a SQL db using EF Core 5 by a Timestamp field (SQL timestamp not a datetime field)

SELECT clientFormId
    FROM   th         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题