• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum AdfDatasetSinkRowWriteBehavior

Namespace:
Varigence.Languages.Biml.DataFactory
Assembly:
Biml.dll
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.

© Varigence