IReadOnlyModificationCommand.EntityState Property

Definition

The EntityState that indicates whether the row will be inserted (Added), updated (Modified), or deleted ((Deleted).

public Microsoft.EntityFrameworkCore.EntityState EntityState { get; }
member this.EntityState : Microsoft.EntityFrameworkCore.EntityState
Public ReadOnly Property EntityState As EntityState

Property Value

Applies to