DbContextAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase 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

Contexto asociado.

Se aplica a