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