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
- value
The SqlCeParameter object to locate.
Return Value
The zero-based location of the SqlCeParameter in the collection.
Implements
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
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.