Share via


DebugView Class

Definition

A placeholder for lazily-generated debug strings that can be expanded in the debugger to to generate and display them.

[System.Runtime.CompilerServices.Nullable(0)]
public class DebugView
public class DebugView
[<System.Runtime.CompilerServices.Nullable(0)>]
type DebugView = class
type DebugView = class
Public Class DebugView
Inheritance
DebugView
Attributes

Remarks

See EF Core debug views for more information and examples.

Constructors

Name Description
DebugView(Func<String>, Func<String>)

Constructs a new DebugView with delegates for short and long debug strings.

Properties

Name Description
LongView

The long-form, detailed debug string.

ShortView

The short-form, less-detailed debug string.

Applies to