Hello all
I cannot fined in NH3.2 ConventionModelMapper in Before/After events place
for customizing table used for splited property.
I can define in my explicit mapping
map.Join("MyClassSplit1", mj=>
{
mj.Property(x => x.SomethingA1);
mj.Property(x => x.SomethingA2);
});
and configure table name, it's PK name, FK name there using mj explicitly.
Is there any place in ConventionModelMapperwhere i can redefine splited
table name, define PK name, FK name from splited table to main table and so
on?
I cannot fined any event which has IJoinMapper xcustomizer in parameters
list....
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/nhusers/-/CjIMdIaxXfAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.