Create a multi query, a query that can send several queries to the server, and return all their results in a single call.

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

Syntax

C#
IMultiQuery CreateMultiQuery()
Visual Basic
Function CreateMultiQuery As IMultiQuery
Visual C++
IMultiQuery^ CreateMultiQuery()

Return Value

An IMultiQuery that can return a list of all the results of all the queries. Note that each query result is itself usually a list.

See Also