WarningsConfiguration.ShouldUseSameServiceProvider 方法

定义

返回一个值,该值指示 中使用的 GetServiceProviderHashCode() 所有选项是否与给定扩展中相同。

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

参数

other
WarningsConfiguration

另一个配置对象。

返回

一个 值,该值指示需要新服务提供商的所有选项是否相同。

适用于