Mono Class Library: OverviewMySql.Data.MySqlClient.MySqlParameter: Members |
The members of MySql.Data.MySqlClient.MySqlParameter are listed below.
See Also: Inherited members from System.Data.Common.DbParameter
Initializes a new instance of the MySqlParameter class. Initializes a new instance of the MySql.Data.MySqlClient.MySqlParameter class with the parameter name, the type of the parameter, the size of the parameter, a System.Data.ParameterDirection, the precision of the parameter, the scale of the parameter, the source column, a System.Data.DataRowVersion to use, and the value of the parameter. Initializes a new instance of the MySql.Data.MySqlClient.MySqlParameter class with the parameter name and the data type. Initializes a new instance of the MySql.Data.MySqlClient.MySqlParameter class with the parameter name and a value of the new MySqlParameter. Initializes a new instance of the MySql.Data.MySqlClient.MySqlParameter class with the parameter name, the MySql.Data.MySqlClient.MySqlDbType, and the size. Initializes a new instance of the MySql.Data.MySqlClient.MySqlParameter class with the parameter name, the MySql.Data.MySqlClient.MySqlDbType, the size, and the source column name.
overrideDbType System.Data.DbType. Gets or sets the System.Data.DbType of the parameter. overrideDirection System.Data.ParameterDirection. 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. overrideIsNullable bool. Gets or sets a value indicating whether the parameter accepts null values. MySqlDbType MySqlDbType. Gets or sets the MySqlDbType of the parameter. overrideParameterName string. Gets or sets the name of the MySqlParameter. Precision byte. Gets or sets the maximum number of digits used to represent the MySqlParameter.Value property. Scale byte. Gets or sets the number of decimal places to which MySqlParameter.Value is resolved. overrideSize int. Gets or sets the maximum size, in bytes, of the data within the column. overrideSourceColumn string. Gets or sets the name of the source column that is mapped to the System.Data.DataSet and used for loading or returning the MySqlParameter.Value. overrideSourceColumnNullMapping bool. Sets or gets a value which indicates whether the source column is nullable. This allows System.Data.Common.DbCommandBuilder to correctly generate Update statements for nullable columns. overrideSourceVersion System.Data.DataRowVersion. Gets or sets the System.Data.DataRowVersion to use when loading MySqlParameter.Value. overrideValue object. Gets or sets the value of the parameter.
Clone() : MySqlParameter Documentation for this section has not yet been entered. overrideResetDbType() Resets the DbType property to its original settings. overrideToString() : string Overridden. Gets a string containing the MySqlParameter.ParameterName.
ICloneable.Clone Documentation for this section has not yet been entered.