My last question was closed because it was interpreted as "broad and vague" so I will try to clear things up.
I need to create a custom Driver to NHibernate to do some stuff(not important to the post) but I don't know where to start. I have a code that I saw on the internet but I don't know how to complete it:
public class teste : NHibernate.Driver.ReflectionBasedDriver
{
public teste()
:base()
{
}
My problem is in the :base() part, I don't know what I need to put there !
Thanks
P.S-> For god's sake, that's not a duplicate post since the last one was closed !