This documentation is archived and is not being maintained.
LoadOption Enumeration
Visual Studio 2010
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. NoteThis member is supported by the .NET Framework version 2.0. |
![]() | 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. NoteThis member is supported by the .NET Framework version 2.0. |
![]() | 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. NoteThis member is supported by the .NET Framework version 2.0. |
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:
