The SixBit Application Programming Interface
AddUpdateActionCodeType Enumeration






The available add/update actions.
Syntax
'Declaration
 
Public Enum AddUpdateActionCodeType 
   Inherits System.Enum
'Usage
 
Dim instance As AddUpdateActionCodeType
public enum AddUpdateActionCodeType : System.Enum 
public enum AddUpdateActionCodeType = class(System.Enum)
public enum AddUpdateActionCodeType extends System.Enum
__value public enum AddUpdateActionCodeType : public System.Enum 
public enum class AddUpdateActionCodeType : public System.Enum 
Members
MemberDescription
AddandUpdateWhen the input contains records that are not in the database, they will be added. When the input contains information for records that are already in the database, those records will be updated.
AddOnlyWhen the input contains records that are not in the database, they will be added. When the input contains information for records that are already in the database, those records will be skipped.
UpdateOnlyWhen the input contains records that are not in the database, they will be skipped. When the input contains information for records that are already in the database, those records will be updated.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SixBit.Business.API.AddUpdateActionCodeType

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

Reference

SixBit.Business.API Namespace

Send Feedback