MySQL Connector/Net
MySqlParameterCollectionIndexOf Method (Object) |
Gets the location of a MySqlParameter in the collection.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public override int IndexOf( Object value )
Public Overrides Function IndexOf ( value As Object ) As Integer
public: virtual int IndexOf( Object^ value ) override
abstract IndexOf : value : Object -> int override IndexOf : value : Object -> int
Parameters
- value
- Type: SystemObject
The MySqlParameter object to locate.
Return Value
Type: Int32The zero-based location of the MySqlParameter in the collection.
Implements
IListIndexOf(Object)