Example #1
0
 public T ExecuteSQL <T>(string sqlText)
 {
     return(connection.ExecuteScalar <T>(sqlText));
 }