'Declaration Public Shared Sub DeriveParameters( _ ByVal command As MySqlCommand _ )
public static void DeriveParameters( MySqlCommand command )
Parameters
- command
- The MySqlCommand referencing the SQL statement for which the parameter information is to be derived. The derived parameters will be populated into the MySqlCommand.Parameters collection of this command.