Table of Contents

Method Reset

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

clearBinds bool

True 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.