Adds the specified IQueryOver to the query. The result will be contained in a List<(Of <(<'T>)>)>

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

Syntax

C#
IMultiCriteria Add(
	Type resultGenericListType,
	IQueryOver queryOver
)
Visual Basic
Function Add ( _
	resultGenericListType As Type, _
	queryOver As IQueryOver _
) As IMultiCriteria
Visual C++
IMultiCriteria^ Add(
	Type^ resultGenericListType, 
	IQueryOver^ queryOver
)

Parameters

resultGenericListType
Type: System..::..Type
Return results in a List<(Of <(<'T>)>)>
queryOver
Type: NHibernate..::..IQueryOver
The IQueryOver.

Return Value

[Missing <returns> documentation for "M:NHibernate.IMultiCriteria.Add(System.Type,NHibernate.IQueryOver)"]

See Also