Parameters
• value: The
Return Value
The newly added
See Also
MySqlParameterCollection
MySqlParameterCollection.Add Overload List
20.2.7.1.4.1.7.1.1.4.2.
Adds the specified
Syntax: Visual Basic
NotOverridable Overloads Public Function Add( _
ByVal value As Object _
) As Integer _
_
Implements IList.Add
Syntax: C#
public int Add(
objectvalue
);
Parameters
• value: The
Return Value
The index of the new
Implements
IList.Add
See Also
MySqlParameterCollection
MySqlParameterCollection.Add Overload List
20.2.7.1.4.1.7.1.1.4.3.
Adds a
MySqlParameter
type.
Syntax: Visual Basic
Overloads Public Function Add( _
ByVal parameterName As String, _
ByVal dbType As MySqlDbType _
) As MySqlParameter
Syntax: C#
public MySqlParameter Add(
stringparameterName,
MySqlDbTypedbType
);
Connector/Net API Reference
MySqlParameter
to add to the collection.
MySqlParameter
Class,
MySqlParameterCollection.Add
MySqlParameter
MySqlParameter
to add to the collection.
MySqlParameter
Class,
MySqlParameterCollection.Add
to the
MySqlParameterCollection
object.
MySql.Data.MySqlClient
Method
object to the MySqlParameterCollection.
object.
MySql.Data.MySqlClient
Method
1978
Namespace,
Namespace,
given the parameter name and the data
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?