dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceLoaderMode Enumeration

In This Topic
    SalesforceLoaderMode Enumeration
    In This Topic
    Determines the operation the SalesforceLoader performs.
    Syntax
    'Declaration
     
    Public Enum SalesforceLoaderMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum SalesforceLoaderMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    DeleteThe DELETE operation is performed.
    HardDeleteThe objects are deleted permanently without placing them to Recycling Bin in Salesforce.
    InsertThe INSERT operation is performed.
    UpdateThe UPDATE operation is performed.
    UpsertThe UPSERT operation is performed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Salesforce.SalesforceLoaderMode

    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