Hello Everyone,
i have a smo which has a method with 2 internal methods. first one is calling a Storedprocedure and getting a value and the second call uses the value received from the first call..
some how the value that is received from the first call is passed as empty to the second call. but value is shown in the tester utility in that property while executed.