DeriveParameters Method

Populates the Parameters collection of the specified AseCommand object. This is used for the stored procedure specified in the AseCommand.

Syntax

void DeriveParameters( AseCommand command )

Parameters

command – an AseCommand object for which to derive parameters.

Usage

  • DeriveParameters overwrites any existing parameter information for the AseCommand.

  • DeriveParameters requires an extra call to the database server. If the parameter information is known in advance, it is more efficient to populate the Parameters collection by setting the information explicitly.