This list is for development-related NHibernate issues; please direct this issue to the NHUSERS dsisucssion forum: http://groups.google.com/group/nhusers
Steve Bohlen [email protected] http://blog.unhandled-exceptions.com http://twitter.com/sbohlen On Thu, Jul 15, 2010 at 4:59 PM, Sam <[email protected]> wrote: > I have an N+1 issue that happens on a property and can't figure out > what to do. > > HasManyToMany<Facility>(x => x.Facilities) > .Table("UGRXFAC").BatchSize(30) > .ParentKeyColumn("UGRID") > .ChildKeyColumn("FACID") > .Access.CamelCaseField(Prefix.Underscore) > .NotFound.Ignore() > .AsBag(); > ;
