WarningsConfiguration.ShouldUseSameServiceProvider 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出 中使用的 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
另一個組態物件。
傳回
值,指出是否需要新服務提供者的所有選項是否相同。