DbContext.IDbContextPoolable.SnapshotConfiguration Metoda

Definicja

Jest to wewnętrzny interfejs API, który obsługuje infrastrukturę Entity Framework Core i nie podlega tym samym standardom zgodności co publiczne interfejsy API. Można go zmienić lub usunąć bez powiadomienia w jakiejkolwiek wersji. Należy używać go bezpośrednio w kodzie z wyjątkową ostrożnością i wiedzieć, że może to spowodować błędy aplikacji podczas aktualizowania do nowej wersji programu 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

Zwraca

Microsoft.EntityFrameworkCore.Internal.DbContextPoolConfigurationSnapshot

Implementuje

Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable.SnapshotConfiguration
Atrybuty

Dotyczy