Hello,
I'm using LLBLGen v3.1 final, built 23 feb, 2011.
My question:
The default setting for the fetch mode of a LLBLGen generated Navigator is 'select', see a fragment of generated mapping code for NHibernate below:
References(x=>x.EntityType)
.Access.CamelCaseField(Prefix.Underscore)
.Cascade.None()
.Fetch.Select()
If I want this to set to Join(), where in LLBLGen can this be done, the help files didn't help me out unfortunately.