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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULParameterCollection class

IndexOf method Next Page

Insert method


Inserts an ULParameter in the collection at the specified index.

Syntax

Visual Basic

NotOverridable Public Sub Insert( _
ByVal index As Integer, _
ByVal value As Object _
) _
Implements IList.Insert

C#

public void Insert(
int index,
object value
);

Parameters
Exceptions
Implements

[external link] IList.Insert

See also