DbContextAttribute(Type) Costruttore

Definizione

Inizializza una nuova istanza della classe DbContextAttribute.

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

Parametri

contextType
Type

Contesto associato.

Si applica a