WarningsConfiguration.ShouldUseSameServiceProvider Método

Definição

Retorna um valor que indica se todas as opções usadas em GetServiceProviderHashCode() são as mesmas da extensão fornecida.

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

Parâmetros

other
WarningsConfiguration

O outro objeto de configuração.

Retornos

Um valor que indica se todas as opções que exigem um novo provedor de serviços são as mesmas.

Aplica-se a