Table of Contents

Enum EntityTypeChanged.ChangeKindType

Namespace
MASES.EntityFrameworkCore.KNet.Storage
Assembly
MASES.EntityFrameworkCore.KNet.dll

The change occurred

[Flags]
public enum EntityTypeChanged.ChangeKindType

Fields

Added = 1

The Key was added

Removed = 4

The Key was removed

Updated = 2

The Key was updated

Upserted = Added | Updated

The Key was added or updated