// Called when a transaction is started (ENVCHANGE token) internal override void TransactionStarted(long transactionId) { if (null == _parent) { throw SQL.UnexpectedSmiEvent(UnexpectedEventType.TransactionStarted); } _parent.TransactionStarted(transactionId); }