Schema.Relationships on ClientSide

Hello,

in order to replicate some tables from one Database to another I need to know about the TDASchema.Relationships on the ClientSide - however they seem not to be transferred. Even a RDA.ReadSchema( true ) does not help.

Can anyone confirm this and how do I get them to the client?

Best regards,
Peter

Hello,
By default GetSchema doesn’t return private service methods and objects BusinessRulesServer, RelationShips, UpdateRules.
To return full information please set ReturnFillSchema property to True on your service data module.