Condividi tramite


WarningsConfiguration.ShouldUseSameServiceProvider Metodo

Definizione

Restituisce un valore che indica se tutte le opzioni usate in GetServiceProviderHashCode() sono uguali a quella dell'estensione specificata.

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

Parametri

other
WarningsConfiguration

L'altro oggetto di configurazione.

Restituisce

Valore che indica se tutte le opzioni che richiedono un nuovo provider di servizi sono uguali.

Si applica a