沃尔沃而
1 public void Commit() 2 { 3 if (_disposed) throw new InvalidOperationException(); 4 if (_transaction == null) throw new InvalidOperationException(); 5 6 _transaction.Commit(); 7 _connection.Close(); 8 9 Dispose(); 10 }
沃尔沃而
1 public void Commit() 2 { 3 if (_disposed) throw new InvalidOperationException(); 4 if (_transaction == null) throw new InvalidOperationException(); 5 6 _transaction.Commit(); 7 _connection.Close(); 8 9 Dispose(); 10 }