Initializes a new instance of the HqlBooleanNot class

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

Syntax

C#
public HqlBooleanNot(
	IASTFactory factory,
	HqlBooleanExpression operand
)
Visual Basic
Public Sub New ( _
	factory As IASTFactory, _
	operand As HqlBooleanExpression _
)
Visual C++
public:
HqlBooleanNot(
	IASTFactory^ factory, 
	HqlBooleanExpression^ operand
)

Parameters

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

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

operand
Type: NHibernate.Hql.Ast..::..HqlBooleanExpression

[Missing <param name="operand"/> documentation for "M:NHibernate.Hql.Ast.HqlBooleanNot.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.IASTFactory,NHibernate.Hql.Ast.HqlBooleanExpression)"]

See Also