Exemple #1
0
 public Webservice.Client.TestService.Table executeQuery(string query)
 {
     Webservice.Client.TestService.executeQueryRequest inValue = new Webservice.Client.TestService.executeQueryRequest();
     inValue.query = query;
     Webservice.Client.TestService.executeQueryResponse retVal = ((Webservice.Client.TestService.SQLQueryExecutor)(this)).executeQuery(inValue);
     return(retVal.Table);
 }
Exemple #2
0
 Webservice.Client.TestService.executeQueryResponse Webservice.Client.TestService.SQLQueryExecutor.executeQuery(Webservice.Client.TestService.executeQueryRequest request)
 {
     return(base.Channel.executeQuery(request));
 }