DbContextAttribute(Type) Konstruktor

Definition

Initialisiert eine neue Instanz der DbContextAttribute-Klasse.

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

Parameter

contextType
Type

Der zugeordnete Kontext.

Gilt für: