dotConnect for Salesforce Marketing Cloud Documentation
Devart.Data Namespace / LoaderMode Enumeration

In This Topic
    LoaderMode Enumeration
    In This Topic
    Determines the operation the SqlShimLoader performs.
    Syntax
    'Declaration
     
    Public Enum LoaderMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    DeleteThe loader deletes the specified rows from the data source.
    InsertThe loader inserts the specified rows to the data source.
    UpdateThe loader updates the specified rows in the data source.
    UpsertThis value is not used in dotConnect for ExactTarget.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.LoaderMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also