Contents Index DataAdapter property GetDeleteCommand method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaCommandBuilder class

DeriveParameters method


Description 

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

Syntax 

void DeriveParameters( AsaCommand command )

Parameters 

command    An AsaCommand object for which to derive parameters.

Usage 

DeriveParameters overwrites any existing parameter information for the AsaCommand.

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.


Contents Index DataAdapter property GetDeleteCommand method