Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Removes the specified SqlCeParameter from the collection.
[Visual Basic] Public Overridable Sub Remove( _ ByVal value As Object _ ) Implements IList.Remove [C#] public virtual void Remove(object value ); [C++] public: virtual void Remove(Object* value ); [JScript] public function Remove( value : Object);
Parameters
- value
The SqlCeParameter object to remove from the collection.
Implements
Exceptions
| Exception Type | Condition |
|---|---|
| SystemException | The parameter does not exist. |
| InvalidCastException | The parameter is not a SqlCeParameter. |
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
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.