Rolls back a transaction from a pending state.
Public Overrides Sub Rollback()
public override void Rollback()
The transaction can only be rolled back from a pending state (after BeginTransaction has been called, but before Commit is called).