Table of Contents

Struct IdentityResolutionInterceptionData

Namespace
Microsoft.EntityFrameworkCore.Diagnostics
Assembly
Microsoft.EntityFrameworkCore.dll

A parameter object passed to IIdentityResolutionInterceptor methods.

public readonly struct IdentityResolutionInterceptionData
Inherited Members

Remarks

See Logging, events, and diagnostics for more information and examples.

Constructors

IdentityResolutionInterceptionData(DbContext)

Constructs the parameter object.

[EntityFrameworkInternal]
public IdentityResolutionInterceptionData(DbContext context)

Parameters

context DbContext

The DbContext in use.

Properties

Context

The current DbContext instance being used.

public DbContext Context { get; }

Property Value

DbContext