public int NonQueryBlobSQL(string user, string pass, string sql, byte[] blob) { AMS.DB.AMSWebService.NonQueryBlobSQLRequest inValue = new AMS.DB.AMSWebService.NonQueryBlobSQLRequest(); inValue.user = user; inValue.pass = pass; inValue.sql = sql; inValue.blob = blob; AMS.DB.AMSWebService.NonQueryBlobSQLResponse retVal = ((AMS.DB.AMSWebService.AMS_WebserviceSoap)(this)).NonQueryBlobSQL(inValue); return(retVal.NonQueryBlobSQLResult); }
AMS.DB.AMSWebService.NonQueryBlobSQLResponse AMS.DB.AMSWebService.AMS_WebserviceSoap.NonQueryBlobSQL(AMS.DB.AMSWebService.NonQueryBlobSQLRequest request) { return(base.Channel.NonQueryBlobSQL(request)); }