NotOverridable Overloads Public Function IndexOf( _
ByVal parameterName As String _
) As Integer _
_
Implements IDataParameterCollection.IndexOf
Syntax: C#
public int IndexOf(
stringparameterName
);
Parameters
• parameterName: The name of the
Return Value
The zero-based location of the
Implements
IDataParameterCollection.IndexOf
See Also
MySqlParameterCollection
MySqlParameterCollection.IndexOf Overload List
20.2.7.1.4.1.7.1.1.9.
MySqlParameterCollection.Insert
Inserts a MySqlParameter into the collection at the specified index.
Syntax: Visual Basic
NotOverridable Public Sub Insert( _
ByVal index As Integer, _
ByVal value As Object _
) _
_
Implements IList.Insert
Syntax: C#
public void Insert(
intindex,
objectvalue
);
Parameters
•
[648]:
index
• value:
Implements
IList.Insert
See Also
MySqlParameterCollection
20.2.7.1.4.1.7.1.1.10.
MySqlParameterCollection.Remove
Removes the specified MySqlParameter from the collection.
Connector/Net API Reference
MySqlParameter
MySqlParameter
in the collection.
Class,
MySql.Data.MySqlClient
Class,
MySql.Data.MySqlClient Namespace
1984
object to retrieve.
Namespace,
Method
Method
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers