/ Published in: C#
Expand |
Embed | Plain Text
parameters[1].Value = -1; parameters[1].Direction = ParameterDirection.ReturnValue; if(Int32.Parse(parameters[1].Value.ToString()) != -1) { //Success }
You need to login to post a comment.
rengber on 03/21/07
1 person have marked this snippet as a favorite
parameters[1].Value = -1; parameters[1].Direction = ParameterDirection.ReturnValue; if(Int32.Parse(parameters[1].Value.ToString()) != -1) { //Success }
You need to login to post a comment.