WarningsConfiguration.ShouldUseSameServiceProvider Metoda

Definicja

Zwraca wartość wskazującą, czy wszystkie opcje używane w GetServiceProviderHashCode() programie są takie same jak w danym rozszerzeniu.

public virtual bool ShouldUseSameServiceProvider (Microsoft.EntityFrameworkCore.Diagnostics.WarningsConfiguration other);
abstract member ShouldUseSameServiceProvider : Microsoft.EntityFrameworkCore.Diagnostics.WarningsConfiguration -> bool
override this.ShouldUseSameServiceProvider : Microsoft.EntityFrameworkCore.Diagnostics.WarningsConfiguration -> bool
Public Overridable Function ShouldUseSameServiceProvider (other As WarningsConfiguration) As Boolean

Parametry

other
WarningsConfiguration

Inny obiekt konfiguracji.

Zwraca

Wartość wskazująca, czy wszystkie opcje wymagające nowego dostawcy usług są takie same.

Dotyczy