It depends on the procedure. If the out value points to a refcursor use the
example i wrote a few days ago. But, if the out is just a simple parameter
in the procedure, with the Direction property in the parameter you can get
the value:
... other parameters
PAMPKG_COLILLAS.u
The following link describes ParameterMaps
http://ibatis.apache.org/docs/dotnet/datamapper/ch03s04.html
Here is an example of a SQL Map using stored procedures and parameter maps.
http://ibatis.apache.org/mapping";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
2 matches
Mail list logo