DbContext.IDbContextPoolable.SnapshotConfiguration Método

Definição

Essa é uma API interna que dá suporte à infraestrutura do Entity Framework Core e não está sujeita aos mesmos padrões de compatibilidade que as APIs públicas. Ele pode ser alterado ou removido sem aviso prévio em qualquer versão. Você só deve usá-lo diretamente em seu código com extrema cautela e saber que fazer isso pode resultar em falhas de aplicativo ao atualizar para uma nova versão do 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

Retornos

Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot

Implementações

Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable.SnapshotConfiguration
Atributos

Aplica-se a