Constant for snapshot query evaluation.
Constant for snapshot query evaluation. When Query#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 ObjectSet resultset of the query.
For detailed documentation please see Db4objects.Db4o.Config.IQueryConfiguration.EvaluationMode
QueryEvaluationMode Class | Db4objects.Db4o.Config Namespace