NHibernate.Hql.Ast.HqlBooleanExpression.HqlBooleanExpression C# (CSharp) Method

HqlBooleanExpression() protected method

protected HqlBooleanExpression ( int type, string text, IASTFactory factory ) : System
type int
text string
factory IASTFactory
return System
		protected HqlBooleanExpression(int type, string text, IASTFactory factory, params HqlTreeNode[] children)
			: base(type, text, factory, children)
		{
		}
	}

Same methods

HqlBooleanExpression::HqlBooleanExpression ( int type, string text, IASTFactory factory, IEnumerable children ) : System
HqlBooleanExpression