WebServiceDataProvider icon indicating copy to clipboard operation
WebServiceDataProvider copied to clipboard

楼主 标注是不是写错了

Open lanjuwei opened this issue 6 years ago • 0 comments

using Scottxu.WebServiceDataProvider; var connection = new Connection("http://xxxx/xxxx.asmx"); var command = connection.GetMethodCommand("WebService方法名", "WebService名称"); string returnString = connection.Query(); 是不是要把connection.Query();改成command .Query();啊

lanjuwei avatar May 06 '19 11:05 lanjuwei