DeriveParameters( SACommand ) method

Populates the Parameters collection of the specified SACommand object.

Visual Basic syntax

Public Shared Sub DeriveParameters (ByVal command As SACommand )

C# syntax

public static void DeriveParameters ( SACommand command)

Parameters

Usage

This is used for the stored procedure specified in the SACommand.

DeriveParameters overwrites any existing parameter information for the SACommand.

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.