Populates the Parameters collection of the specified SACommand object. This is used for the stored procedure specified in the SACommand.
Visual Basic Public Shared Sub DeriveParameters( _ ByVal command As SACommand _ )
C# public static void DeriveParameters( SACommand command );
command An SACommand object for which to derive parameters.
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |