Subquery expression in the format .WhereAll(t => t.Property [==, !=, >, etc.] detachedQueryOver.As<propertyType>())

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

Syntax

C#
public TReturn WhereAll(
	Expression<Func<TSubType, bool>> expression
)
Visual Basic
Public Function WhereAll ( _
	expression As Expression(Of Func(Of TSubType, Boolean)) _
) As TReturn
Visual C++
public:
TReturn WhereAll(
	Expression<Func<TSubType, bool>^>^ expression
)

Parameters

expression
Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'TSubType, Boolean>)>)>>)>)>

[Missing <param name="expression"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverSubqueryBuilderBase`4.WhereAll(System.Linq.Expressions.Expression{System.Func{`2,System.Boolean}})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Lambda.QueryOverSubqueryBuilderBase`4.WhereAll(System.Linq.Expressions.Expression{System.Func{`2,System.Boolean}})"]

See Also