LoadOption Enumeration
.NET Framework 3.0
Controls how the values from the data source will be applied to existing rows when using the Load or Load method.
Namespace: System.Data
Assembly: System.Data (in system.data.dll)
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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
