Compartilhar via


SqlCeParameterCollection.IndexOf Method (Object)

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

Gets the location of the SqlCeParameter object in the collection.

  [Visual Basic]
  Overloads Public Overridable Function IndexOf( _
   ByVal 
  value
   As Object _
) As Integer Implements IList.IndexOf
[C#]
public virtual int IndexOf(object value
);
[C++]
public: virtual int IndexOf(Object* value
);
[JScript]
public function IndexOf(
   value : Object) : int;

Parameters

Return Value

The zero-based location of the SqlCeParameter in the collection.

Implements

IList.IndexOf

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeParameterCollection Class | SqlCeParameterCollection Members | System.Data.SqlServerCe Namespace | SqlCeParameterCollection.IndexOf Overload List

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

Send comments on this topic.

© Microsoft Corporation. All rights reserved.