Share via


IdentityResolutionInterceptionData(DbContext) Constructor

Definition

Constructs the parameter object.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public IdentityResolutionInterceptionData(Microsoft.EntityFrameworkCore.DbContext context);
public IdentityResolutionInterceptionData(Microsoft.EntityFrameworkCore.DbContext context);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Diagnostics.IdentityResolutionInterceptionData : Microsoft.EntityFrameworkCore.DbContext -> Microsoft.EntityFrameworkCore.Diagnostics.IdentityResolutionInterceptionData
new Microsoft.EntityFrameworkCore.Diagnostics.IdentityResolutionInterceptionData : Microsoft.EntityFrameworkCore.DbContext -> Microsoft.EntityFrameworkCore.Diagnostics.IdentityResolutionInterceptionData
Public Sub New (context As DbContext)

Parameters

context
DbContext

The DbContext in use.

Attributes

Applies to