[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
links two Constraints for AND evaluation.
Namespace: Db4objects.Db4o.Query
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function And ( _ with As IConstraint _ ) As IConstraint |
| C# |
|---|
IConstraint And ( IConstraint with ) |
| Visual C++ |
|---|
IConstraint^ And ( IConstraint^ with ) |
Parameters
Return Value
a new Db4objects.Db4o.Query.IConstraint , that can be used for further calls to and() and or()
Remarks
links two Constraints for AND evaluation.