Condividi tramite


SqlCeParameterCollection.Remove 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.

  [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

Implements

IList.Remove

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:

See Also

SqlCeParameterCollection Class | SqlCeParameterCollection Members | System.Data.SqlServerCe Namespace

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

Send comments on this topic.

© Microsoft Corporation. All rights reserved.