Condividi tramite


UpdateType Enum

Definition

Represents type of update.

public enum UpdateType
type UpdateType = 
Public Enum UpdateType
Inheritance
UpdateType

Fields

Added 0

The entity was added to the collection.

Removed 1

The entity was removed from the collection

Updated 2

The entity was updated.

Applies to