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
Exceptions
Exception Type | Condition |
---|---|
IndexOutOfRangeException | The specified index does not exist. |
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
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.