Describe the enhancement
A Reset() method must be introduced into the Parameter object so the user can reset the state to the beginning (the time it was instantiated).
When calling the QueryField.Reset() method, this method is also being called.
var parameter = new Parameter("Name", "Value");
...
parameter.Reset();
Describe the enhancement
A
Reset()method must be introduced into theParameterobject so the user can reset the state to the beginning (the time it was instantiated).When calling the
QueryField.Reset()method, this method is also being called.