Share via


SqlCeParameterCollection.Insert Method

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Inserts a SqlCeParameter in the collection at the specified index.

  [Visual Basic]
  Public Overridable Sub Insert( _
   ByVal 
  index
   As Integer, _
   ByVal value As Object _
) Implements IList.Insert
[C#]
public virtual void Insert(int index,object value
);
[C++]
public: virtual void Insert(int index,Object* value
);
[JScript]
public function Insert(
   index : int,
 value : Object);

Parameters

  • index
    The zero-based index where the parameter is to be inserted within the collection.
  • value
    The SqlCeParameter to add to the collection.

Implements

IList.Insert

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeParameterCollection Class | SqlCeParameterCollection Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.