Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion js/WCF/Northwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We have used Northwind services for Grid control where it has the data tables li
|$top|Returns only the first n results.|
|$skip|Used to skip the first n results.|

> We can use other query options in order to perform the filtering in Northwind database. For demo purpose we have used [Northwind database](http://services.odata.org/V3/Northwind/Northwind.svc/$metadata). To know more about the query option click [here](https://msdn.microsoft.com/en-us/library/dd728283(v=vs.110).aspx)
> We can use other query options in order to perform the filtering in Northwind database. For demo purpose we have used [Northwind database](http://services.odata.org/V3/Northwind/Northwind.svc/$metadata). To know more about the query option click [here](https://learn.microsoft.com/en-us/previous-versions/dotnet/framework/data/wcf/accessing-data-service-resources-wcf-data-services?redirectedfrom=MSDN)

### Response information

Expand Down