.net - How to generate nosetter.camelcase-underscore access strategy with NHibernate mapping by code? -
cant find appropriate accessor. should nosetter or field? thanks
if have (read-only) property, should use accessor.nosetter
the specific naming convention determined automatically nhibernate (of course, try not have both _myprop
, _myprop
, myprop
fields, nh pick first 1 iirc)