db4o

QueryEvaluationMode.LAZY Field

Constant for lazy query evaluation.

public static readonly 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

See Also

QueryEvaluationMode Class | Db4objects.Db4o.Config Namespace