Used to bind small queries in blocks for block executing.
property UseOptimization: boolean;
If the UseOptimization property is set, small queries will be united into blocks for block executing if possible. The UseOptimization option does not affect the TDAScript.ExecuteNext method performance. It works only for the TDAScript.Execute method.