SqlCeParameterCollection.IndexOf Method

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

Gets the ___location of the SqlCeParameter in the collection.

Overload List

Gets the ___location of the SqlCeParameter object in the collection.

Supported only by the .NET Compact Framework.

[Visual Basic] Overloads Public Overridable Function IndexOf(Object) As Integer Implements IList.IndexOf

[C#] public virtual int IndexOf(object);

[C++] public: virtual int IndexOf(Object*);

[JScript] public function IndexOf(Object) : int;

Gets the ___location of the SqlCeParameter in the collection with the specified parameter name.

Supported only by the .NET Compact Framework.

[Visual Basic] Overloads Public Overridable Function IndexOf(String) As Integer Implements IDataParameterCollection.IndexOf

[C#] public virtual int IndexOf(string);

[C++] public: virtual int IndexOf(String*);

[JScript] public function IndexOf(String) : int;

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.