Oracle 5.0 Reference Manual page 1992

Table of Contents

Advertisement

public MySqlParameter(
stringparameterName,
MySqlDbTypedbType,
intsize,
stringsourceColumn
);
Parameters
• parameterName: The name of the parameter to map.
• dbType: One of the
• size: The length of the parameter.
• sourceColumn: The name of the source column.
See Also
MySqlParameter
List
20.2.7.1.4.1.7.1.1.3.1.1.1.6.
Initializes a new instance of the
new MySqlParameter.
Syntax: Visual Basic
Overloads Public Sub New( _
ByVal parameterName As String, _
ByVal value As Object _
)
Syntax: C#
public MySqlParameter(
stringparameterName,
objectvalue
);
Parameters
• parameterName: The name of the parameter to map.
• value: An Object that is the value of the MySqlParameter.
See Also
MySqlParameter
List
20.2.7.1.4.1.7.1.1.3.1.1.2. DbType Property
Gets or sets the DbType of the parameter.
Syntax: Visual Basic
NotOverridable Public Property DbType As DbType _
_
Implements IDataParameter.DbType
Syntax: C#
public System.Data.DbType DbType {get; set;}
Connector/Net API Reference
MySqlDbType
values.
Class,
MySql.Data.MySqlClient
Constructor
MySqlParameter
MySqlParameter
Class,
MySql.Data.MySqlClient
Namespace,
MySqlParameter Constructor Overload
class with the parameter name and a value of the
Namespace,
MySqlParameter Constructor Overload
1972

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents