NHibernate Entity code conversion from #C to VB.Net
- by CoderRoller
Hello and thanks for your help in advance.
I am starting on the NHibernate world and i am experimenting with the NHibernate CookBook
recipes, i am trying to set a base entity class for my entities and this is the C# code for this. I would like to know whats the VB.NET version so i can implement it in my sample project.
This is the C# code:
…