Bosphorus.Dao.NHibernate.Extension.LinQ.CastAs.HqlGenerator.HqlGenerator C# (CSharp) Method

HqlGenerator() public method

public HqlGenerator ( ) : System
return System
        public HqlGenerator()
        {
            this.SupportedMethods = new[] { ReflectionHelper.GetMethodDefinition(() => ObjectExtensions.CastAs<Object>(null)) };
        }