Compartilhar via


IdentityResolutionInterceptionData(DbContext) Construtor

Definição

Constrói o objeto de parâmetro.

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

Parâmetros

context
DbContext

O DbContext em uso.

Atributos

Aplica-se a