Service operation to TXDataWebDataSet

Hello!

Is possible to make a servise method like this:

function GetActiveCustomers(DateFrom, DateTo: TDate): TList<TCustomer>;

Of course, this is a simplified example, I'm looking to get a list of entities to a dataset that is a result of a complex filtering, not directly applied to the result table. The filtering via URL param $filter is not an option, but via Aurelius shouldn't be a problem.

My question is: How to load the function result in a TXDataWebDataSet?

This has been discussed in previous topics, here is a reference:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.