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