SixBit.Business.API Namespace : AddUpdateActionCodeType Enumeration |
'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
Member | Description |
---|---|
AddandUpdate | When 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. |
AddOnly | When 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. |
UpdateOnly | When 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. |
System.Object
System.ValueType
System.Enum
SixBit.Business.API.AddUpdateActionCodeType
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