SqlCeParameterCollection.RemoveAt Method (String)
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Removes the SqlCeParameter with the specified name from the collection.
[Visual Basic] Overloads Public Overridable Sub RemoveAt( _ ByVal parameterName As String _ ) Implements IDataParameterCollection.RemoveAt [C#] public virtual void RemoveAt(string parameterName ); [C++] public: virtual void RemoveAt(String* parameterName ); [JScript] public function RemoveAt( parameterName : String);
Parameters
- parameterName
The name of the parameter to remove.
Implements
IDataParameterCollection.RemoveAt
Exceptions
Exception Type | Condition |
---|---|
ArgumentException | A parameter with the specified name does not exist in the collection. |
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.