Beispiel #1
0
 public void Dispose()
 {
     if (_connection != null)
     {
         _connection.Dispose();
         _connection = null;
     }
 }