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

Constant for lazy query evaluation.

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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly LAZY As QueryEvaluationMode
C#
public static readonly QueryEvaluationMode LAZY
Visual C++
public:
static initonly QueryEvaluationMode^ LAZY

Remarks

Constant for lazy query evaluation. When Query#execute() is called, the query processor only chooses the best index and creates an iterator on this index. Indexes and constraints are evaluated lazily when the application iterates through the ObjectSet resultset of the query.

For detailed documentation please see Db4objects.Db4o.Config.IQueryConfiguration.EvaluationMode