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