Initializes a new instance of the HqlBooleanExpression class

Namespace: NHibernate.Hql.Ast
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected HqlBooleanExpression(
	int type,
	string text,
	IASTFactory factory,
	params HqlTreeNode[] children
)
Visual Basic
Protected Sub New ( _
	type As Integer, _
	text As String, _
	factory As IASTFactory, _
	ParamArray children As HqlTreeNode() _
)
Visual C++
protected:
HqlBooleanExpression(
	int type, 
	String^ text, 
	IASTFactory^ factory, 
	... array<HqlTreeNode^>^ children
)

Parameters

type
Type: System..::..Int32

[Missing <param name="type"/> documentation for "M:NHibernate.Hql.Ast.HqlBooleanExpression.#ctor(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,NHibernate.Hql.Ast.HqlTreeNode[])"]

text
Type: System..::..String

[Missing <param name="text"/> documentation for "M:NHibernate.Hql.Ast.HqlBooleanExpression.#ctor(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,NHibernate.Hql.Ast.HqlTreeNode[])"]

factory
Type: NHibernate.Hql.Ast.ANTLR.Tree..::..IASTFactory

[Missing <param name="factory"/> documentation for "M:NHibernate.Hql.Ast.HqlBooleanExpression.#ctor(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,NHibernate.Hql.Ast.HqlTreeNode[])"]

children
Type: array<NHibernate.Hql.Ast..::..HqlTreeNode>[]()[][]

[Missing <param name="children"/> documentation for "M:NHibernate.Hql.Ast.HqlBooleanExpression.#ctor(System.Int32,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,NHibernate.Hql.Ast.HqlTreeNode[])"]

See Also