Can use expand with RawInvokeAsync, or do you have another solution?
My call
await(XDWebClient.RawInvokeAsync('IProductService.Product', ));
But my Service return a Entity (random select), with and require proxy relation with another entity.
Can use expand with RawInvokeAsync, or do you have another solution?
My call
await(XDWebClient.RawInvokeAsync('IProductService.Product', ));
But my Service return a Entity (random select), with and require proxy relation with another entity.
For now, there is no overload for RawInvokeAsync that allows you to pass the Query string.
We will add it here and make it available in next release.
Thank you.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.