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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAParameterCollection class

IndexOf(String) method Next Page

Insert method


Inserts an SAParameter object in the collection at the specified index.

Syntax

Visual Basic

Public Overrides Sub Insert( _
ByVal index As Integer, _
ByVal value As Object _
)

C#

public override void Insert(
int index,
object value
);

Parameters
See also