Oracle 5.0 Reference Manual page 2004

Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents