Michael Roth
Results
1
comments of
Michael Roth
Hi. not sure I am following the question. this query: http://services.odata.org/V4/Northwind/Northwind.svc/Employees/?$count=true&$select=FirstName shows a count of 9. this query: http://services.odata.org/V4/Northwind/Northwind.svc/Employees/?$filter=contains(tolower(FirstName),'C')&$count=true&$select=FirstName shows a count of 2. This is expected behavior if the...