[Missing <summary> documentation for "P:NHibernate.Criterion.Lambda.QueryOverRestrictionBuilder`2.Not"]

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

Syntax

C#
public QueryOverRestrictionBuilder<TRoot, TSubType> Not { get; }
Visual Basic
Public ReadOnly Property Not As QueryOverRestrictionBuilder(Of TRoot, TSubType)
	Get
Visual C++
public:
property QueryOverRestrictionBuilder<TRoot, TSubType>^ Not {
	QueryOverRestrictionBuilder<TRoot, TSubType>^ get ();
}

See Also