Enum AdfDatasetSinkRowWriteBehavior
Namespace: Varigence.Languages.Biml.DataFactory
Assembly: Biml.dll
C#
public enum AdfDatasetSinkRowWriteBehavior
Fields
| Fields | Description |
|---|---|
| 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. |