skip to Main Content

OData filter by Date throws "The query specified in the URI is not valid. An identifier was expected at position 62" – Asp.net

I am using OData to query data from my SQL Db, I am trying to filter data using a Date value. See query below: http://localhost:4409/OrderMaintenance?$filter=DocType%20eq%205%20and%20DocState%20in%20(0,1,2,3,4,5,6,7)%20and%20InvDate%20eq%202022/02/21 Only the date is the problem in this query because when I remove the date…

VIEW QUESTION
Back To Top
Search