There was a need to add in a check for output parameters to be of type InputOutput due to quirk in CommandBuilder.DeriveParameters implementation that returns type InputOutput even if stored proc defines a strict output parameter type.
Mark Pollack added a comment - 30/Apr/07 07:56 PM There was a need to add in a check for output parameters to be of type InputOutput due to quirk in CommandBuilder.DeriveParameters implementation that returns type InputOutput even if stored proc defines a strict output parameter type.
Releated issues were
SPRNET-466andSPRNET-468