







|
| MySQL Connector/Net |
| MySqlParameterCollection..::.IndexOf Method (Object) |
| MySqlParameterCollection Class See Also Send Feedback |
Gets the location of a MySqlParameter in the collection.
Namespace:
MySql.Data.MySqlClient
Assembly:
MySql.Data (in MySql.Data.dll) Version: 6.2.2.0
Syntax
| C# |
|---|
public override int IndexOf( Object value ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function IndexOf ( _ value As Object _ ) As Integer |
| Visual C++ |
|---|
public: virtual int IndexOf( Object^ value ) override |
Parameters
- value
- Type: System..::.Object
The MySqlParameter object to locate.
