db4o

IConstraint Methods

The methods of the IConstraint interface are listed below. For a complete list of IConstraint interface members, see the IConstraint Members topic.

Public Instance Methods

Andlinks two Constraints for AND evaluation.
Containssets the evaluation mode to containment comparison.
EndsWithsets the evaluation mode to string endsWith comparison.
Equalsets the evaluation mode to
==
.
GetObject returns the Object the query graph was constrained with to create this Db4objects.Db4o.Query.IConstraint .
Greatersets the evaluation mode to
>
.
Identitysets the evaluation mode to identity comparison.
Likesets the evaluation mode to "like" comparison.
Notturns on not() comparison.
Orlinks two Constraints for OR evaluation.
Smallersets the evaluation mode to
<
.
StartsWithsets the evaluation mode to string startsWith comparison.

See Also

IConstraint Interface | Db4objects.Db4o.Query Namespace