Esempio n. 1
0
 public AxlNetClient.ExecuteSQLQueryRes executeSQLQuery(AxlNetClient.ExecuteSQLQueryReq executeSQLQuery1)
 {
     AxlNetClient.executeSQLQueryRequest inValue = new AxlNetClient.executeSQLQueryRequest();
     inValue.executeSQLQuery = executeSQLQuery1;
     AxlNetClient.executeSQLQueryResponse retVal = ((AxlNetClient.AXLPort77)(this)).executeSQLQuery(inValue);
     return(retVal.executeSQLQueryResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.executeSQLQueryResponse> executeSQLQueryAsync(AxlNetClient.ExecuteSQLQueryReq executeSQLQuery)
 {
     return(axlPortClient77.executeSQLQueryAsync(executeSQLQuery));
 }
Esempio n. 3
0
 public AxlNetClient.ExecuteSQLQueryRes executeSQLQuery(AxlNetClient.ExecuteSQLQueryReq executeSQLQuery1)
 {
     return(axlPortClient77.executeSQLQuery(executeSQLQuery1));
 }
Esempio n. 4
0
 public System.Threading.Tasks.Task <AxlNetClient.executeSQLQueryResponse> executeSQLQueryAsync(AxlNetClient.ExecuteSQLQueryReq executeSQLQuery)
 {
     AxlNetClient.executeSQLQueryRequest inValue = new AxlNetClient.executeSQLQueryRequest();
     inValue.executeSQLQuery = executeSQLQuery;
     return(((AxlNetClient.AXLPort77)(this)).executeSQLQueryAsync(inValue));
 }