Enum AdfDatasetSinkRowWriteBehavior
C#
public enum AdfDatasetSinkRowWriteBehavior
Fields
Insert | Specifies that new rows will be inserted and existing rows will be left unmodified. |
Upsert | Specifies that new rows will be inserted and existing rows will be updated with the new values from the source. |