Oracle 5.0 Reference Manual page 1998

Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents