1
Answer

Function that will accept a DataRow

Administrator

Administrator

22y
1.8k
1
Since there isn't a default constructor for a DataRow is there a way I can pass a DataRow to a Webservice Function? Thanks
Answers (1)
0
Administrator
Admin 2.3k 1.3m 22y
You can pass xml and datasets into a Web Service function. My suggestion is to send a DataSet with only one row. -Mike Gold