SqlCeParameterCollection.RemoveAt Method
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Removes the specified SqlCeParameter from the collection.
Overload List
Removes the SqlCeParameter at the specified index from the collection.
Supported only by the .NET Compact Framework.
[Visual Basic] Overloads Public Overridable Sub RemoveAt(Integer) Implements IList.RemoveAt
[JScript] public function RemoveAt(int);
Removes the SqlCeParameter with the specified name from the collection.
Supported only by the .NET Compact Framework.
[Visual Basic] Overloads Public Overridable Sub RemoveAt(String) Implements IDataParameterCollection.RemoveAt
[JScript] public function RemoveAt(String);
See Also
SqlCeParameterCollection Class | SqlCeParameterCollection Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.