SqlCeParameterCollection.Clear Method

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Removes all items from the collection.

  [Visual Basic]
  Public Overridable Sub Clear() Implements IList.Clear

  [C#]
  public virtual void Clear();
[C++]
public: virtual void Clear();
[JScript]
public function Clear();

Implements

IList.Clear

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.