The methods of the IConstraint interface are listed below. For a complete list of IConstraint interface members, see the IConstraint Members topic.
![]() | links two Constraints for AND evaluation. |
![]() | sets the evaluation mode to containment comparison. |
![]() | sets the evaluation mode to string endsWith comparison. |
![]() | sets the evaluation mode to ==. |
![]() | returns the Object the query graph was constrained with to create this Db4objects.Db4o.Query.IConstraint . |
![]() | sets the evaluation mode to >. |
![]() | sets the evaluation mode to identity comparison. |
![]() | sets the evaluation mode to "like" comparison. |
![]() | turns on not() comparison. |
![]() | links two Constraints for OR evaluation. |
![]() | sets the evaluation mode to <. |
![]() | sets the evaluation mode to string startsWith comparison. |
IConstraint Interface | Db4objects.Db4o.Query Namespace