Add the specified HQL query to the multi query

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

Syntax

C#
IMultiQuery Add(
	string hql
)
Visual Basic
Function Add ( _
	hql As String _
) As IMultiQuery
Visual C++
IMultiQuery^ Add(
	String^ hql
)

Parameters

hql
Type: System..::..String

[Missing <param name="hql"/> documentation for "M:NHibernate.IMultiQuery.Add(System.String)"]

Return Value

The instance for method chain.

See Also