DbContext.IDbContextPoolable.SnapshotConfiguration Metodo

Definizione

Si tratta di un'API interna che supporta l'infrastruttura Entity Framework Core e non è soggetta agli stessi standard di compatibilità delle API pubbliche. Può essere modificato o rimosso senza preavviso in nessuna versione. È consigliabile usarlo direttamente nel codice con attenzione estrema e sapere che ciò può causare errori dell'applicazione durante l'aggiornamento a una nuova versione di Entity Framework Core.

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

Restituisce

Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot

Implementazioni

Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable.SnapshotConfiguration
Attributi

Si applica a