Prepares for the next query by committing any pending transactions, closing the data reader and clearing the command text and parameters.

Namespace:  Bespoke.Common.Data
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public void ResetQuery()
Visual Basic (Declaration)
Public Sub ResetQuery
Visual C++
public:
void ResetQuery()

See Also