XDATA - AURELIUS - DATA MODELER missing field in entities used for foreign keys.

Hi,
in the entity generation process for Aurelius (and clearly Xdata) the fields that are used for foreign keys are missing. So we don't know their value in entities.
But these are REQUIRED for direct and optimized queries and for passing data into custom classes and vice versa, otherwise those values ​​are missing.
Please include this possibility (even as an option) in the model generation in order to have the complete classes of all the fields present in the DB. Currently these fields are not present.

I'm afraid I didn't understand this request very well. Can you please elaborate or link to a previous discussion?

This is a question from last year, so I don't know if it's been fixed yet;
In practice, in the automatic generation of classes from the Db structure, at design time, not all the fields are present in the classes. The generated class is missing the key fields that are used to manage foreign keys in relationships. There are relationships, but not key fields which are normal table fields in the DB.
So there are some important fields missing in serialization/deserialization.
However, I have to check if it has been resolved in the updates in the meantime.

Ok, and this looks more like a support question, not feature request. If you find the issue, please let us know.

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