links two Constraints for OR evaluation.
[Visual Basic] Function or( _ ByVal with As Constraint _ ) As Constraint [C#] Constraint or( Constraint with ); [C++] Constraint* or( Constraint* with ); [JScript] function or( Constraint with ): Constraint;
a new com.db4o.query.Constraint , that can be used for further calls to and() and or()
links two Constraints for OR evaluation.
Constraint Interface | com.db4o.query Namespace