Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EntityEntry.DebugView Property

Definition

Namespace:
Microsoft.EntityFrameworkCore.ChangeTracking
Assembly:
Microsoft.EntityFrameworkCore.dll
Package:
Microsoft.EntityFrameworkCore v10.0.0
Package:
Microsoft.EntityFrameworkCore v5.0.0
Package:
Microsoft.EntityFrameworkCore v6.0.0
Package:
Microsoft.EntityFrameworkCore v7.0.0
Package:
Microsoft.EntityFrameworkCore v8.0.0
Package:
Microsoft.EntityFrameworkCore v9.0.0
Source:
EntityEntry.cs
Source:
EntityEntry.cs
Source:
EntityEntry.cs
Source:
EntityEntry.cs
Source:
EntityEntry.cs
Source:
EntityEntry.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Expand this property in the debugger for a human-readable view of entry.

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

Remarks

See EF Core change tracking and EF Core debug views for more information and examples.

Applies to


Feedback

Was this page helpful?