Click or drag to resize
UpdateType Enumeration
Type of update.

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public enum UpdateType
Members
  Member nameValueDescription
New0New record.
Change1Updated record.
Delete2Deleted record.
Initial3New record during the initial load of the table.
See Also