msawczyn/EFDesigner

dependant entities not created

pas059 opened this issue · 1 comments

Hi,

using the latest version of EFc Designer (3.0.6.1), i noticed that the code relative to dependant Entity is not generated correctly. For instance, if an entity 'Patient' owns a dependant entity Address, the constructors of Patient don't include the code to create instance of Address (something like this.Address = new Address();). consequently, exceptions are generated as soon Patient.Address is used.

regards

Released in v3.0.7