Oracle 5.0 Reference Manual page 1986

Table of Contents

Advertisement

Size
SourceColumn
SourceVersion
Value
Public Instance Methods
CreateObjRef (inherited from
MarshalByRefObject)
Equals (inherited from Object)
GetHashCode (inherited from Object)
GetLifetimeService (inherited from
MarshalByRefObject)
GetType (inherited from Object)
InitializeLifetimeService (inherited from
MarshalByRefObject)
ToString
See Also
MySqlParameter
20.2.7.1.4.1.7.1.1.3.1.1.1.
Initializes a new instance of the MySqlParameter class.
Overload List
Initializes a new instance of the MySqlParameter class.
public MySqlParameter();
Initializes a new instance of the
public MySqlParameter(string,MySqlDbType);
Initializes a new instance of the
and the size.
public MySqlParameter(string,MySqlDbType,int);
Initializes a new instance of the
parameter, the size of the parameter, a ParameterDirection, the precision of the parameter, the scale of
the parameter, the source column, a DataRowVersion to use, and the value of the parameter.
public
MySqlParameter(string,MySqlDbType,int,ParameterDirection,bool,byte,byte,string,DataRowVersion,object);
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Constructor
MySqlParameter
MySqlParameter
MySqlParameter
MySqlParameter
Gets or sets the maximum size, in bytes, of the
data within the column.
Gets or sets the name of the source column that
is mapped to the DataSetand used for loading or
returning the Value.
Gets or sets the DataRowVersion to use when
loading Value.
Gets or sets the value of the parameter.
Creates an object that contains all the relevant
information required to generate a proxy used to
communicate with a remote object.
Determines whether the specified Object is equal
to the current Object.
Serves as a hash function for a particular type.
GetHashCode is suitable for use in hashing
algorithms and data structures like a hash table.
Retrieves the current lifetime service object that
controls the lifetime policy for this instance.
Gets the Type of the current instance.
Obtains a lifetime service object to control the
lifetime policy for this instance.
Overridden. Gets a string containing the
ParameterName.
class with the parameter name and the data type.
class with the parameter name, the MySqlDbType,
class with the parameter name, the type of the
1966

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents