Oracle 5.0 Reference Manual page 1987

Table of Contents

Advertisement

Initializes a new instance of the
the size, and the source column name.
public MySqlParameter(string,MySqlDbType,int,string);
Initializes a new instance of the
new MySqlParameter.
public MySqlParameter(string,object);
See Also
MySqlParameter
20.2.7.1.4.1.7.1.1.3.1.1.1.1.
Initializes a new instance of the MySqlParameter class.
Syntax: Visual Basic
Overloads Public Sub New()
Syntax: C#
public MySqlParameter();
See Also
MySqlParameter
List
20.2.7.1.4.1.7.1.1.3.1.1.1.2.
Initializes a new instance of the
Syntax: Visual Basic
Overloads Public Sub New( _
ByVal parameterName As String, _
ByVal dbType As MySqlDbType _
)
Syntax: C#
public MySqlParameter(
stringparameterName,
MySqlDbTypedbType
);
Parameters
• parameterName: The name of the parameter to map.
• dbType: One of the
See Also
MySqlParameter
List
20.2.7.1.4.1.7.1.1.3.1.1.1.2.1.
Specifies MySQL-specific data type of a field, property, for use in a MySqlParameter.
Syntax: Visual Basic
Connector/Net API Reference
MySqlParameter
MySqlParameter
Class,
MySql.Data.MySqlClient Namespace
Constructor ()
MySqlParameter
Class,
MySql.Data.MySqlClient
Constructor
MySqlParameter
MySqlParameter
MySqlDbType
values.
Class,
MySql.Data.MySqlClient
Enumeration
MySqlDbType
class with the parameter name, the MySqlDbType,
class with the parameter name and a value of the
Namespace,
MySqlParameter Constructor Overload
class with the parameter name and the data type.
Namespace,
MySqlParameter Constructor Overload
1967

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents