public static DataSet ExecQuery(this string query, SqlConnectionStringBuilder args) { return(args.ExecQuery(query)); }