db4o

Constraint.not Method 

turns on not() comparison.

[Visual Basic]
Function not() As Constraint
[C#]
Constraint not();
[C++]
Constraint* not();
[JScript]
function not(): Constraint;

Return Value

this com.db4o.query.Constraint to allow the chaining of method calls.

Remarks

turns on not() comparison.

See Also

Constraint Interface | com.db4o.query Namespace