コード例 #1
0
 // Called when a transaction is rolled back (ENVCHANGE token)
 internal override void TransactionRolledBack(long transactionId)
 {
     if (null == _parent)
     {
         throw SQL.UnexpectedSmiEvent(UnexpectedEventType.TransactionRolledBack);
     }
     _parent.TransactionRolledBack(transactionId);
 }