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