Skip to content

Enhancement: Add a Reset() method into the Parameter object. #709

@mikependon

Description

@mikependon

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();

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions