Share via


ColumnModification.Entry Property

Definition

The IUpdateEntry that represents the entity that is being modified.

public virtual Microsoft.EntityFrameworkCore.Update.IUpdateEntry Entry { get; }
public virtual Microsoft.EntityFrameworkCore.Update.IUpdateEntry? Entry { get; }
member this.Entry : Microsoft.EntityFrameworkCore.Update.IUpdateEntry
Public Overridable ReadOnly Property Entry As IUpdateEntry

Property Value

Implements

Applies to