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