Kennedy Kang'ethe
Kennedy Kang'ethe
@komdil Was this issue resolved?
Hey everyone, Deep insert/update for OData Client v4 is a feature currently in design stage, we should be having a beta release sometime in the future.
@Robelind Was this issue resolved?
@marshal1501 Was this issue resolved?
@adixon501 The query below should work https://localhost:5001/odata/Orders?$count=true&$expand=Customer($count=true)&$filter=Some criteria&$top=7&$skip=0 Note: This should work when Customer is a collection e.g ```csharp public class Order { public int Id { get; set; }...
@zanyar3 Was this issue resolved?
@xpr0gamers Were you able to resolve this issue?
Why do you need to update the url for individual batch items? By the way we support relative uris for batch items. https://docs.microsoft.com/en-us/odata/client/batch-operations#relative-uris-in-batch-requests
Kindly provide a stacktrace so that we can investigate this issue.
@AntiGuideAkquinet We initialize the DataServiceContext with the `ServiceRoot`. You are using a full url with query options. That's what is causing the exception. See [docs](https://docs.microsoft.com/en-us/odata/client/getting-started)