Split from #397 and #397 (comment).
MySqlCommand.Prepare() should support CommandType.StoredProcedure; it currently fails.
Note that prepared stored procedures can natively return output parameters (without executing a separate SELECT statement); this will need to be supported. See #231 (comment) and example code here: https://dev.mysql.com/doc/refman/5.7/en/c-api-prepared-call-statements.html
Split from #397 and #397 (comment).
MySqlCommand.Prepare()should supportCommandType.StoredProcedure; it currently fails.Note that prepared stored procedures can natively return output parameters (without executing a separateSELECTstatement); this will need to be supported. See #231 (comment) and example code here: https://dev.mysql.com/doc/refman/5.7/en/c-api-prepared-call-statements.html