Oracle 5.0 Reference Manual page 1997

Table of Contents

Advertisement

Syntax: C#
public MySqlParameter this[
stringname
] {get; set;}
See Also
MySqlParameterCollection
MySqlParameterCollection.Item Overload List
20.2.7.1.4.1.7.1.1.4. Add Method
Adds the specified
Overload List
Adds the specified
public MySqlParameter Add(MySqlParameter);
Adds the specified
public int Add(object);
Adds a
MySqlParameter
type.
public MySqlParameter Add(string,MySqlDbType);
Adds a
MySqlParameter
the column length.
public MySqlParameter Add(string,MySqlDbType,int);
Adds a
MySqlParameter
column length, and the source column name.
public MySqlParameter Add(string,MySqlDbType,int,string);
Adds a
MySqlParameter
value.
public MySqlParameter Add(string,object);
See Also
MySqlParameterCollection
20.2.7.1.4.1.7.1.1.4.1.
MySqlParameterCollection.Add
Adds the specified
Syntax: Visual Basic
Overloads Public Function Add( _
ByVal value As MySqlParameter _
) As MySqlParameter
Syntax: C#
public MySqlParameter Add(
MySqlParametervalue
);
Connector/Net API Reference
Class,
MySql.Data.MySqlClient
MySqlParameter
object to the MySqlParameterCollection.
MySqlParameter
object to the MySqlParameterCollection.
MySqlParameter
object to the MySqlParameterCollection.
to the
MySqlParameterCollection
to the
MySqlParameterCollection
to the
MySqlParameterCollection
to the
MySqlParameterCollection
Class,
MySql.Data.MySqlClient Namespace
MySqlParameter
object to the MySqlParameterCollection.
Namespace,
given the parameter name and the data
with the parameter name, the data type, and
with the parameter name, the data type, the
given the specified parameter name and
Method
1977

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents