So I have to include this information in the Aurelius mapping on the serverside?
[Association([TAssociationProp.Lazy], CascadeTypeAllButRemove)]
[JoinColumn('adresid', [], 'adresid')]
Fadresid: Proxy<Tdefadres>;
I have the same Unit for server and client. Can I include this on the clientside as well?
[JoinColumn('adresid', [], 'adresid')]
Fadresid: Proxy<Tdefadres>;
I have the same Unit for server and client. Can I include this on the clientside as well?