QueryEvaluationMode.

Lazy Field

Summary

Constant for lazy query evaluation.

Syntax

public static readonly QueryEvaluationMode Lazy

Remarks

Constant for lazy query evaluation. When Db4objects.Db4o.Query.IQuery.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 Db4objects.Db4o.IObjectSet resultset of the query.

For detailed documentation please see IQueryConfiguration.EvaluationMode(QueryEvaluationMode)