QueryEvaluationMode.

Snapshot Field

Summary

Constant for snapshot query evaluation.

Syntax

public static readonly QueryEvaluationMode Snapshot

Remarks

Constant for snapshot query evaluation. When Db4objects.Db4o.Query.IQuery.Execute is called, the query processor chooses the best indexes, does all index processing and creates a snapshot of the index at this point in time. Non-indexed 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)