You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
I am using the code provided in the ODataConsoleApplication and mimicking similar functionality. In QueryExamples.cs, I create my own functions and pass the context as input.
However, I cannot seem to get a list of Sales Agreements, in the same way I can get a list of Sales Orders for instance (e.g. context.SalesOrderHeaders.Where(x => x.InvoiceCustomerAccountNumber== "12345");)
Is this functionality not supported, or is there another way of doing this?