Insert(int, object) method

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

Visual Basic syntax

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

C# syntax

public override void Insert (int index, object value)

Parameters