- This topic has 1 reply, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Hi,
In my smartservice I have a method which returns a TObjectList<TMyObject> which I would like to use in my client directly. Is this posible? I know I can use a single object with “Use.AsObject” and I know howto load the result from the smartservice in a memtable. But not howto use the objectlist directly.
Thanks in advance!
Luigi
Hi,
Yes its the same:
Use.AsObject<TObjectList<TMyObject>>(…)
as long as you have been sent such a list of objects.
best regards
Kim/C4D