You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Fluent NHibernate 1.3, HasMany/HasManyToMany chain offers setting PropertyRef option using string-typed other side property name. It'll be nice to have strongly-typed Expression<Func<TChild, object>> parameter, as it's in References chain.