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