IQueryConfiguration Interface

Summary

interface to configure the querying settings to be used by the query processor.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Config
Implementing Types
graph BT Type["IQueryConfiguration"] class Type type-node Implementing0["Config4Impl"]-.->Type click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/Config4Impl"

Syntax

public interface IQueryConfiguration

Remarks

interface to configure the querying settings to be used by the query processor.

All settings can be configured after opening an ObjectContainer. In a Client/Server setup the client-side configuration will be used.

Methods

Name Value Summary
EvaluationMode() QueryEvaluationMode
EvaluationMode(QueryEvaluationMode) void
configures the query processor evaluation mode.