Skip to main content

Enum AdfDatasetSinkRowWriteBehavior

Namespace: Varigence.Languages.Biml.DataFactory

Assembly: Biml.dll

C#


public enum AdfDatasetSinkRowWriteBehavior

Fields

FieldsDescription
InsertSpecifies that new rows will be inserted and existing rows will be left unmodified.
UpsertSpecifies that new rows will be inserted and existing rows will be updated with the new values from the source.