DeriveParameters Method
Retrieves parameter information from the stored procedure specified in the MySqlCommand and populates the Parameters collection of the specified MySqlCommand object. This method is not currently supported since stored procedures are not available in MySql.
Overload List
Retrieves parameter information from the stored procedure specified in the MySqlCommand and populates the Parameters collection of the specified MySqlCommand object. This method is not currently supported since stored procedures are not available in MySql.
- public static void DeriveParameters(MySqlCommand);
- public static void DeriveParameters(MySqlCommand,bool);
See Also
MySqlCommandBuilder Class, MySql.Data.MySqlClient Namespace