[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

links two Constraints for OR evaluation.

Namespace: Db4objects.Db4o.Query
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Function Or ( _
	with As IConstraint _
) As IConstraint
C#
IConstraint Or (
	IConstraint with
)
Visual C++
IConstraint^ Or (
	IConstraint^ with
)

Parameters

with
Db4objects.Db4o.Query.IConstraint
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.