Hi friends,
I want to know What is the difference between a return parameter and an OUTPUT parameter?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
brunda kPosted Jun 5, 2012, 2:00 PM
http://www.c-sharpcorner.com/UploadFile/mahesh/out_and_ref11112005002102AM/out_and_ref.aspx
Anil KumarPosted Jun 5, 2012, 12:42 PM
Return parameter can be used only once throughout the procedure but OUT can be multiple.