Поделиться через


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

[C#] public virtual void RemoveAt(int);

[C++] public: virtual void RemoveAt(int);

[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

[C#] public virtual void RemoveAt(string);

[C++] public: virtual void RemoveAt(String*);

[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.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.