Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API Reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SAParameterCollection class » AddRange methods

 

AddRange(SAParameter[]) method

Adds an array of values to the end of the SAParameterCollection.

Syntax
Visual Basic

Public Sub AddRange( _
   ByVal values As SAParameter() _
)
C#

public void AddRange(
   SAParameter[] values
);
Parameters
  • values   An array of SAParameter objects to add to the end of this collection.

See also