ProcedureCall currently doesn't support registering a parameter and then binding a NULL value. Currently, it just assumes that the parameter wasn't registered or was registered but bound to a NULL then leaves it up to the database provider to throw an exception back when default parameter values are not supported.
Supporting Q/A - http://stackoverflow.com/a/22073959/292614
|