DeriveParameters method

Description

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