Initializes a new instance of the IntermediateHqlTree class

Namespace: NHibernate.Linq
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IntermediateHqlTree(
	bool root
)
Visual Basic
Public Sub New ( _
	root As Boolean _
)
Visual C++
public:
IntermediateHqlTree(
	bool root
)

Parameters

root
Type: System..::..Boolean

[Missing <param name="root"/> documentation for "M:NHibernate.Linq.IntermediateHqlTree.#ctor(System.Boolean)"]

See Also