Oracle 5.0 Reference Manual page 1985

Table of Contents

Advertisement

MySqlParameterCollection
20.2.7.1.4.1.7.1.1.3.1.
MySqlParameter
Represents a parameter to a MySqlCommand, and optionally, its mapping to DataSetcolumns. This
class cannot be inherited.
For a list of all members of this type, see
Syntax: Visual Basic
NotInheritable Public Class MySqlParameter_
Inherits MarshalByRefObject_
Implements IDataParameter, IDbDataParameter, ICloneable
Syntax: C#
public sealed class MySqlParameter : MarshalByRefObject, IDataParameter, IDbDataParameter, ICloneable
Thread Safety
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations.
Instance members are not guaranteed to be thread-safe.
Requirements
Namespace:
MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll)
See Also
MySqlParameter
20.2.7.1.4.1.7.1.1.3.1.1.
MySqlParameter
MySqlParameter overview
Public Instance Constructors
MySqlParameter
Public Instance Properties
DbType
Direction
IsNullable
IsUnsigned
MySqlDbType
ParameterName
Precision
Scale
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Class
MySqlParameter Members
Members,
MySql.Data.MySqlClient Namespace
Members
Overloaded. Initializes a new instance of the
MySqlParameter class.
Gets or sets the DbType of the parameter.
Gets or sets a value indicating whether the
parameter is input-only, output-only, bidirectional,
or a stored procedure return value parameter. As
of MySQL version 4.1 and earlier, input-only is the
only valid choice.
Gets or sets a value indicating whether the
parameter accepts null values.
Gets or sets the MySqlDbType of the parameter.
Gets or sets the name of the MySqlParameter.
Gets or sets the maximum number of digits used
to represent the
Value
Gets or sets the number of decimal places to
which
Value
is resolved.
1965
.
property.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents