This documentation is archived and is not being maintained.
ObjectDataSourceView::ConvertNullToDBNull Property
Visual Studio 2010
Namespace:
System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue, if nullptr in Parameter objects passed to the ObjectDataSourceView is automatically converted to the DBNull::Value value; otherwise, false. The default is false.
Not converting nullptr to the DBNull::Value value can result in errors at run time. Use the ConvertNullToDBNull property to indicate whether the Parameter values that are passed to an update, insert, or a delete operation are automatically converted from nullptr to the DBNull::Value value. For more information, see ObjectDataSource::ConvertNullToDBNull.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: