コード例 #1
0
 // Called when a transaction is forcibly ended in the server, not requested
 // by the provider's batch (ENVCHANGE token)
 internal override void TransactionEnded(long transactionId)
 {
     if (null == _parent)
     {
         throw SQL.UnexpectedSmiEvent(UnexpectedEventType.TransactionEnded);
     }
     _parent.TransactionEnded(transactionId);
 }