Rollback method

Description

Rolls the database transaction back.

Syntax

void Rollback( )

Implements

IDbTransaction.Rollback

Usage

Rollback is synchronous. You must first call BeginTransaction() and then call Rollback on the returned AseTransaction.