Nitin Kumar

Nitin Kumar

  • 11
  • 9.5k
  • 69.5k

What MTS is tell me

Jun 25 2022 2:56 AM
if (connection != null)
            {
                if (connection.State == ConnectionState.Open)
                    connection.Close();
            }

Please explain


Answers (3)