J
John Lee
Hi,
Is there any performance hits by using ref in web service call?
method 1: void foo(ref DataSet ds, string key)
method 2: DataSet foo(DataSet ds, string key)
which one will have better performance for a web method?
Thanks!
John
Is there any performance hits by using ref in web service call?
method 1: void foo(ref DataSet ds, string key)
method 2: DataSet foo(DataSet ds, string key)
which one will have better performance for a web method?
Thanks!
John