Kennedy Kang'ethe
Kennedy Kang'ethe
This sample code works for me. ```csharp Container dsc = new Container(new Uri("http://localhost:5000/odata")); // GET http://localhost:5000/odata/Customers(1)/MainAddress DataServiceQuery customers = dsc.CreateQuery("Customers(1)"); foreach(var customer in customers) { Console.WriteLine(customer.MainAddress); } ```
@tinonetic Was this issue resolved? If yes, kindly close it
@yangbodevp Was your issue resolved?
@akhilkohlimicrosoft Did you manage to resolve this?
@ud09 Was this issue resolved?
@AnvardeenBatcha Was this issue resolved?
Kindly share a sample repro project
> > It seems this PR is addressing a specific use case for you. > > In the next release of WebApi Aspnetcore v8.x, we will have the ability to...
@MinhMit Try using EF classic 6
@MinhMit Did using EF Classic 6 resolve your issue?