c# - 1:1 entity mapping in Orchard CMS -


I am wondering if it is possible to make 1: 1 mapping in Orchard CMS, where I will have PK on one unit and PFK As a key I have enough information on how to do it in NHibernate, but if it is a method that has the ways of doing so in the orchard, then I am not clear. Should I probably use the schemabuilder in the DataMigrationImpl , but then should I also need a way to override the mapping of the NHibernate Convention?

You can view this document. I hope this will help you

Comments