DbCommandBuilder::SetAllValues Property
Specifies whether all column values in an update statement are included or only changed ones.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Booleantrue if the UPDATE statement generated by the DbCommandBuilder includes all columns; false if it includes only changed columns.
The UPDATE statement generated by a DbCommandBuilder can include update information about all the columns, or it can include information only about those columns whose values have changed. Setting the SetAllValues property to true causes the generated UPDATE statement to include all the columns, whether their values have changed or not.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.