DbContext.IDbContextPoolable.Resurrect Methode

Definition

Dies ist eine interne API, die die Entity Framework Core-Infrastruktur unterstützt und nicht den gleichen Kompatibilitätsstandards wie öffentliche APIs unterliegt. Es kann ohne vorherige Ankündigung in jeder Version geändert oder entfernt werden. Sie sollten es nur mit äußerster Vorsicht direkt in Ihrem Code verwenden und wissen, dass dies bei der Aktualisierung auf ein neues Entity Framework Core-Release zu Anwendungsfehlern führen kann.

void IDbContextPoolable.Resurrect (Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot configurationSnapshot);
abstract member Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable.Resurrect : Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot -> unit
override this.Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable.Resurrect : Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot -> unit
Sub Resurrect (configurationSnapshot As DbContextPoolConfigurationSnapshot) Implements IDbContextPoolable.Resurrect

Parameter

configurationSnapshot
Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot

Implementiert

Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable.Resurrect(Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot)

Gilt für: