how c# connection

95

how c# connection -

using (var conn = new SqlConnection(connectionstring))  
{  
    // your sql magic goes here
} 

Comments

Submit
0 Comments