Skip to content
moh-hassan edited this page Apr 4, 2017 · 1 revision

List POCO classes of OData feed

run the command:

    o2pgen -lv -r http://services.odata.org/V4/Northwind/Northwind.svc 

A list of the name of POCO is generated with url link to OData service.

IF you browse the link, you get Json Data

POCO classes (count: 26)

1:Alphabetical_list_of_product

2: Category

3: Category_Sales_for_1997

4: Current_Product_List

5: Customer

6: Customer_and_Suppliers_by_City

7: CustomerDemographic

8: Employee

9: Invoice

10: Order

11: Order_Detail

12: Order_Details_Extended

13: Order_Subtotal

14: Orders_Qry

15: Product

16: Product_Sales_for_1997

17: Products_Above_Average_Price

18: Products_by_Category

19: Region

20: Sales_by_Category

21: Sales_Totals_by_Amount

22: Shipper

23: Summary_of_Sales_by_Quarter

24: Summary_of_Sales_by_Year

25: Supplier

26: Territory

Clone this wiki locally