indicates whether Native Queries will be optimized dynamically.
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);
IConfiguration Interface | Db4objects.Db4o.Config Namespace | Db4objects.Db4o.Config.IConfiguration.OptimizeNativeQueries