Mono Class Library: OverviewMySql.Data.MySqlClient.MySqlParameter: Property Members |
The properties of MySql.Data.MySqlClient.MySqlParameter are listed below. For a list of all members, see the MySqlParameter Members list.
See Also: Inherited members from System.Data.Common.DbParameter
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.