I work on csharp 5.0 I need to custom this function as best practice by using block to destroy connection after finish
so How to use Using block as below
using(sql connection=new sql connection) { }