Subquery expression in the format
.WhereAll(() => alias.Property [==, !=, >, etc.] detachedQueryOver.As<propertyType>())
Namespace: NHibernate.Criterion.LambdaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public TReturn WhereAll( Expression<Func<bool>> expression ) |
Visual Basic |
---|
Public Function WhereAll ( _ expression As Expression(Of Func(Of Boolean)) _ ) As TReturn |
Visual C++ |
---|
public: TReturn WhereAll( Expression<Func<bool>^>^ expression ) |
Parameters
- expression
- Type: System.Linq.Expressions..::..Expression<(Of <(<'Func<(Of <(<'Boolean>)>)>>)>)>
[Missing <param name="expression"/> documentation for "M:NHibernate.Criterion.Lambda.QueryOverSubqueryBuilderBase`4.WhereAll(System.Linq.Expressions.Expression{System.Func{System.Boolean}})"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.Lambda.QueryOverSubqueryBuilderBase`4.WhereAll(System.Linq.Expressions.Expression{System.Func{System.Boolean}})"]