Syntax
public enum LoadOption
Remarks
Members
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.
|
Requirements
Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0