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

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

Syntax

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

See Also