Possibility to set options not just for each DataSet, but for the whole session
Currently such options as FetchAll, QueryRecCount, and others can be set for each DataSet separately. If you need to change these settings, you need either to do it manually at design-time or set them in cycle for all DataSets at run-time.
We may add an option to set these values for all DataSets for a connection. For example, if FetchAll is set to True for a connection, all DataSets in this connection will use this value. You need to set this property only for those DataSets, that must have different value of this option.
-
Stephane Wierzbicki commented
Hello,
This will be a great addition. I'm working with hundreds of dataset and this solution will be a time saver (something similar to ADS Settings component will neat)