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