Oracle 5.0 Reference Manual page 1999

Table of Contents

Advertisement

Parameters
• parameterName: The name of the parameter.
• dbType: One of the
Return Value
The newly added
See Also
MySqlParameterCollection
MySqlParameterCollection.Add Overload List
20.2.7.1.4.1.7.1.1.4.4.
MySqlParameterCollection.Add
Adds a
MySqlParameter
the column length.
Syntax: Visual Basic
Overloads Public Function Add( _
ByVal parameterName As String, _
ByVal dbType As MySqlDbType, _
ByVal size As Integer _
) As MySqlParameter
Syntax: C#
public MySqlParameter Add(
stringparameterName,
MySqlDbTypedbType,
intsize
);
Parameters
• parameterName: The name of the parameter.
• dbType: One of the
• size: The length of the column.
Return Value
The newly added
See Also
MySqlParameterCollection
MySqlParameterCollection.Add Overload List
20.2.7.1.4.1.7.1.1.4.5.
MySqlParameterCollection.Add
Adds a
MySqlParameter
column length, and the source column name.
Syntax: Visual Basic
Overloads Public Function Add( _
ByVal parameterName As String, _
ByVal dbType As MySqlDbType, _
ByVal size As Integer, _
ByVal sourceColumn As String _
) As MySqlParameter
Connector/Net API Reference
MySqlDbType
values.
MySqlParameter
object.
Class,
MySql.Data.MySqlClient
to the
MySqlParameterCollection
MySqlDbType
values.
MySqlParameter
object.
Class,
MySql.Data.MySqlClient
to the
MySqlParameterCollection
Namespace,
Method
with the parameter name, the data type, and
Namespace,
Method
with the parameter name, the data type, the
1979

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents