Поделиться через


SqlCeParameterCollection.RemoveAt Method (Int32)

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

Removes the SqlCeParameter at the specified index from the collection.

  [Visual Basic]
  Overloads Public Overridable Sub RemoveAt( _
   ByVal 
  index
   As Integer _
) Implements IList.RemoveAt
[C#]
public virtual void RemoveAt(int index
);
[C++]
public: virtual void RemoveAt(int index
);
[JScript]
public function RemoveAt(
   index : int);

Parameters

  • index
    The zero-based index of the parameter to remove.

Implements

IList.RemoveAt

Exceptions

Exception Type Condition
IndexOutOfRangeException The specified index does not exist.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeParameterCollection Class | SqlCeParameterCollection Members | System.Data.SqlServerCe Namespace | SqlCeParameterCollection.RemoveAt Overload List

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

Send comments on this topic.

© Microsoft Corporation. All rights reserved.