db4o

IConstraint.Or Method 

links two Constraints for OR evaluation.

IConstraint Or(
   IConstraint with
);

Parameters

with
the other Db4objects.Db4o.Query.IConstraint

Return Value

a new Db4objects.Db4o.Query.IConstraint , that can be used for further calls to and() and or()

Remarks

links two Constraints for OR evaluation.

See Also

IConstraint Interface | Db4objects.Db4o.Query Namespace