Aurelius Entity Memo Field and XData-Server as REST Server

HI,
i'm a newbe of Aurelius and XData an i'm looking for help:
Situation:
I've an Entity :
Tpaymentmethod = class
private
....
[Column('Anschrift', [TColumnProp.Lazy])]
[DBTypeMemo]
FAnschrift: TBlob;

....
if i send on object through the XData Server to Client-Webbrowser, i get as result of the field:
"Anschrift@xdata.proxy "ViewPaymentOnline(1)/Anschrift""
but i'd like the content of the DatanabeMemoField "Anschrift"

How i can do it ?
Greetings
Andy

Use $expand query option to ask XData to put the blob content inline in the JSON response.

$expand=Anschrift

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