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.
In Fluent NHibernate 1.3,
HasMany
/HasManyToMany
chain offers settingPropertyRef
option using string-typed other side property name. It'll be nice to have strongly-typedExpression<Func<TChild, object>>
parameter, as it's inReferences
chain.It is:
Nice to have:
See also: http://notherdev.blogspot.com/2012/01/mapping-by-code-set-and-bag.html
The text was updated successfully, but these errors were encountered: