Method Reset
Reset(bool)
Reset this sqlquery, readying it for re-execution after results have been fetched.
Existing BindParam values are kept, unless the clearBinds argument is set to true.
public void Reset(bool clearBinds = false)
Parameters
clearBindsboolTrue if existing bind parameters should be cleared, false if they should be kept.
Remarks
This command only works on successfully-prepared queries that have not errored out.