Gets or sets a value indicating whether the System.Web.UI.WebControls.Parameter values that are passed to an update, insert, or delete operation are automatically converted from null to the DBNull.Value value by the System.Web.UI.WebControls.ObjectDataSource control.
Documentation for this section has not yet been entered.
Not converting null to the DBNull.Value value can result in errors at run time. Use the ObjectDataSource.ConvertNullToDBNull property to indicate whether System.Web.UI.WebControls.Parameter values that are passed to an update, insert, or delete operation are automatically converted from null to the DBNull.Value value by the System.Web.UI.WebControls.ObjectDataSource control.