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