Exemplo n.º 1
0
 public static DataSet ExecQuery(this string query, SqlConnectionStringBuilder args)
 {
     return(args.ExecQuery(query));
 }