Are there any plans for the NHibernate Plugin to support Generics? It would be immensely useful.
Logged In: NO
Generics in terms of 1-to-many relationship. So, for example, I don't have to do this:
(JobTitle)Contact.JobTitles[0]
Yeah!!!! IList<> instead of IList - I'm tired of copypasting generated code.
Log in to post a comment.
Logged In: NO
Generics in terms of 1-to-many relationship. So, for example, I don't have to do this:
(JobTitle)Contact.JobTitles[0]
Logged In: NO
Yeah!!!!
IList<> instead of IList - I'm tired of copypasting generated code.