[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The following tables list the members exposed by the IConstraints type.
Public Methods
Name | Description | |||||
---|---|---|---|---|---|---|
![]() | And | links two Constraints for AND evaluation. | ||||
![]() | Contains | sets the evaluation mode to containment comparison. | ||||
![]() | EndsWith | sets the evaluation mode to string endsWith comparison. | ||||
![]() | Equal | sets the evaluation mode to
| ||||
![]() | GetObject |
returns the Object the query graph was constrained with to
create this
Db4objects.Db4o.Query.IConstraint
.
| ||||
![]() | Greater | sets the evaluation mode to
| ||||
![]() | Identity | sets the evaluation mode to identity comparison. | ||||
![]() | Like | sets the evaluation mode to "like" comparison. | ||||
![]() | Not | turns on not() comparison. | ||||
![]() | Or | links two Constraints for OR evaluation. | ||||
![]() | Smaller | sets the evaluation mode to
| ||||
![]() | StartsWith | sets the evaluation mode to string startsWith comparison. | ||||
![]() | ToArray |
returns an array of the contained
Db4objects.Db4o.Query.IConstraint
objects.
|