Search results for query: *

  • Users: solomoum
  • Content: Threads
  • Order by date
  1. S

    Question WCF: Dataset Parameter to OperationContract

    Hello everybody! I'm using VS2008 and I'm new with WCF. I have the following problem: I have a function in the IService: " <OperationContract()> _ Function SaveData(ByRef BaseDS As DataSet) As Boolean" In my Client, i want to call the Function with a Typed Dataset, for example: "Dim...
Back
Top