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

toggles query evaluation.

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

Syntax

Visual Basic (Declaration)
Sub QueryEvaluation ( _
	flag As Boolean _
)
C#
void QueryEvaluation (
	bool flag
)
Visual C++
void QueryEvaluation (
	bool flag
)

Parameters

flag
System.Boolean
specify
 Copy imageCopy Code
false
to ignore this field during query evaluation.

Remarks

toggles query evaluation.

All fields are evaluated by default. Use this method to turn query evaluation of for specific fields.