db4o

IConfiguration.OptimizeNativeQueries Method

indicates whether Native Queries will be optimized dynamically.

Overload List

indicates whether Native Queries will be optimized dynamically.

bool OptimizeNativeQueries();

If set to true, db4o will try to optimize native queries dynamically at query execution time, otherwise it will run native queries in unoptimized mode as SODA evaluations.

void OptimizeNativeQueries(bool);

See Also

IConfiguration Interface | Db4objects.Db4o.Config Namespace | Db4objects.Db4o.Config.IConfiguration.OptimizeNativeQueries