[Missing <summary> documentation for "M:NHibernate.Criterion.Lambda.QueryOverProjectionBuilder`1.SelectSubQuery``1(NHibernate.Criterion.QueryOver{``0})"]

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

Syntax

C#
public QueryOverProjectionBuilder<T> SelectSubQuery<U>(
	QueryOver<U> detachedQueryOver
)
Visual Basic
Public Function SelectSubQuery(Of U) ( _
	detachedQueryOver As QueryOver(Of U) _
) As QueryOverProjectionBuilder(Of T)
Visual C++
public:
generic<typename U>
QueryOverProjectionBuilder<T>^ SelectSubQuery(
	QueryOver<U>^ detachedQueryOver
)

Parameters

detachedQueryOver
Type: NHibernate.Criterion..::..QueryOver<(Of <(<'U>)>)>

[Missing <param name="detachedQueryOver"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverProjectionBuilder`1.SelectSubQuery``1(NHibernate.Criterion.QueryOver{``0})"]

Type Parameters

U

[Missing <typeparam name="U"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverProjectionBuilder`1.SelectSubQuery``1(NHibernate.Criterion.QueryOver{``0})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Lambda.QueryOverProjectionBuilder`1.SelectSubQuery``1(NHibernate.Criterion.QueryOver{``0})"]

See Also