3
Reply

What MTS is tell me

Nitin Kumar

Nitin Kumar

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

Please explain


Answers (3)