Rolls the database transaction back.
void Rollback( )
IDbTransaction.Rollback
Rollback is synchronous. You must first call BeginTransaction() and then call Rollback on the returned AseTransaction.