QueryEvaluationMode Class

Summary

This class provides static constants for the query evaluation modes that db4o supports.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Config
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["QueryEvaluationMode"] class Type type-node

Syntax

public class QueryEvaluationMode

Remarks

This class provides static constants for the query evaluation modes that db4o supports.

For detailed documentation please see IQueryConfiguration.EvaluationMode(QueryEvaluationMode)

Fields

Name Constant Value Summary
Immediate
Constant for immediate query evaluation.
static
Lazy
Constant for lazy query evaluation.
static
Snapshot
Constant for snapshot query evaluation.
static

Methods

Name Value Summary
AsInt() int
internal method, ignore please.
FromInt(int) QueryEvaluationMode
internal method, ignore please.
static
ToString() string