Compartilhar via


DbContextAttribute(Type) Construtor

Definição

Inicializa uma nova instância da classe DbContextAttribute.

public DbContextAttribute (Type contextType);
new Microsoft.EntityFrameworkCore.Infrastructure.DbContextAttribute : Type -> Microsoft.EntityFrameworkCore.Infrastructure.DbContextAttribute
Public Sub New (contextType As Type)

Parâmetros

contextType
Type

O contexto associado.

Aplica-se a