DbContext.IDbContextPoolable.SnapshotConfiguration 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 Vorankündigung in einer Version geändert oder entfernt werden. Sie sollten es nur mit äußerster Vorsicht direkt im Code verwenden und wissen, dass dies beim Aktualisieren auf ein neues Entity Framework Core-Release zu Anwendungsfehlern führen kann.

Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot IDbContextPoolable.SnapshotConfiguration ();
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
void IDbContextPoolable.SnapshotConfiguration ();
abstract member Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable.SnapshotConfiguration : unit -> Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot
override this.Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable.SnapshotConfiguration : unit -> Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable.SnapshotConfiguration : unit -> unit
override this.Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable.SnapshotConfiguration : unit -> unit
Function SnapshotConfiguration () As DbContextPoolConfigurationSnapshot Implements IDbContextPoolable.SnapshotConfiguration
Sub SnapshotConfiguration () Implements IDbContextPoolable.SnapshotConfiguration

Gibt zurück

Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot

Implementiert

Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable.SnapshotConfiguration
Attribute

Gilt für: