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