dotConnect for Dynamics 365 Documentation
Devart.Data Namespace / LoaderMode Enumeration

LoaderMode Enumeration
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 Dynamics 365.
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