Skip to content
Helmut Tammen edited this page Feb 7, 2016 · 3 revisions

Release Notes for n-odata-server

Version 0.3.2

Generated on 2016-1-2

Items included in this release

Implement Collection/$count request

The request collection/$count is now supported and returns the overall number of records available in the data store. e.g. http://.../Customers/$count

Implement $filter option for GET requests

Implemented the basic $filter options to filter collection data.