ChangeTracker.DebugView Property

Definition

Expand this property in the debugger for a human-readable view of the entities being tracked.

Warning: Do not rely on the format of the debug strings. They are designed for debugging only and may change arbitrarily between releases.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.DebugView DebugView { get; }
member this.DebugView : Microsoft.EntityFrameworkCore.Infrastructure.DebugView
Public Overridable ReadOnly Property DebugView As DebugView

Property Value

Applies to