[Missing <summary> documentation for "M:NHibernate.Criterion.QueryOver`2.WhereNot(System.Linq.Expressions.Expression{System.Func{System.Boolean}})"]

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

Syntax

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

Parameters

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

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

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.QueryOver`2.WhereNot(System.Linq.Expressions.Expression{System.Func{System.Boolean}})"]

See Also