Fluent nHibernate, ToManyBase, Generic usage
I have discovered the method T Generic()
in the abstract class ToManyBase<T, TChild, TRelationshipAttributes>
but I cannot find any documentation or examples of how this is used, or what it does. Can a开发者_JAVA技巧nyone enlighten me a bit?
Nothing of significance.
It's the equivalent of the NHibernate generic=
attribute, which is simply away of explicitly specifying that a collection is a generic one. A holdover from NHibernate's pre-generic days.
精彩评论