LoadOption Enumeration
.NET Framework 4.5
Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
| Member name | Description | |||
|---|---|---|---|---|
![]() | OverwriteChanges | The incoming values for this row will be written to both the current value and the original value versions of the data for each column.
| ||
![]() | PreserveChanges | The incoming values for this row will be written to the original value version of each column. The current version of the data in each column will not be changed. [This] is the default.
| ||
![]() | Upsert | The incoming values for this row will be written to the current version of each column. The original version of each column's data will not be changed.
|
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.
