示例#1
0
 public static string SelectTop(string queryString)
 {
     return(providerFunctions.SelectTop(queryString));
 }