Initializes a new instance of the HqlBooleanDot class

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

Syntax

C#
public HqlBooleanDot(
	IASTFactory factory,
	HqlDot dot
)
Visual Basic
Public Sub New ( _
	factory As IASTFactory, _
	dot As HqlDot _
)
Visual C++
public:
HqlBooleanDot(
	IASTFactory^ factory, 
	HqlDot^ dot
)

Parameters

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

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

dot
Type: NHibernate.Hql.Ast..::..HqlDot

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

See Also