• size: The length of the parameter.
• direction: One of the ParameterDirectionvalues.
• isNullable: true if the value of the field can be null, otherwise false.
• precision: The total number of digits to the left and right of the decimal point to which
resolved.
• scale: The total number of decimal places to which
• sourceColumn: The name of the source column.
• sourceVersion: One of the DataRowVersionvalues.
• value: An Object that is the value of the MySqlParameter.
Exceptions
Exception Type
ArgumentException
See Also
MySqlParameter
List
20.2.7.1.4.1.7.1.1.3.1.1.1.4.1. Value Property
Gets or sets the value of the parameter.
Syntax: Visual Basic
NotOverridable Public Property Value As Object _
_
Implements IDataParameter.Value
Syntax: C#
public object Value {get; set;}
Implements
IDataParameter.Value
See Also
MySqlParameter
20.2.7.1.4.1.7.1.1.3.1.1.1.5.
Initializes a new instance of the
the size, and the source column name.
Syntax: Visual Basic
Overloads Public Sub New( _
ByVal parameterName As String, _
ByVal dbType As MySqlDbType, _
ByVal size As Integer, _
ByVal sourceColumn As String _
)
Syntax: C#
Connector/Net API Reference
Class,
MySql.Data.MySqlClient
Class,
MySql.Data.MySqlClient Namespace
Constructor
MySqlParameter
MySqlParameter
Value
is resolved.
Condition
Namespace,
MySqlParameter Constructor Overload
class with the parameter name, the MySqlDbType,
1971
Value
is
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers