Freigeben über


ModelCacheKey Konstruktoren

Definition

Überlädt

ModelCacheKey(DbContext)

Initialisiert eine neue Instanz der ModelCacheKey-Klasse.

ModelCacheKey(DbContext, Boolean)

Initialisiert eine neue Instanz der ModelCacheKey-Klasse.

ModelCacheKey(DbContext)

Initialisiert eine neue Instanz der ModelCacheKey-Klasse.

public ModelCacheKey (Microsoft.EntityFrameworkCore.DbContext context);
new Microsoft.EntityFrameworkCore.Infrastructure.ModelCacheKey : Microsoft.EntityFrameworkCore.DbContext -> Microsoft.EntityFrameworkCore.Infrastructure.ModelCacheKey
Public Sub New (context As DbContext)

Parameter

context
DbContext

Der Kontext instance, für den dieser Schlüssel gilt.

Gilt für:

ModelCacheKey(DbContext, Boolean)

Initialisiert eine neue Instanz der ModelCacheKey-Klasse.

public ModelCacheKey (Microsoft.EntityFrameworkCore.DbContext context, bool designTime);
new Microsoft.EntityFrameworkCore.Infrastructure.ModelCacheKey : Microsoft.EntityFrameworkCore.DbContext * bool -> Microsoft.EntityFrameworkCore.Infrastructure.ModelCacheKey
Public Sub New (context As DbContext, designTime As Boolean)

Parameter

context
DbContext

Der Kontext instance, für den dieser Schlüssel gilt.

designTime
Boolean

Gibt an, ob das Modell eine Entwurfszeitkonfiguration enthalten soll.

Gilt für: