共用方式為


DbContextOptionsExtensionInfo.ShouldUseSameServiceProvider 方法

定義

傳回值,指出 中使用的 GetServiceProviderHashCode() 所有選項是否與指定延伸模組中的相同。

public abstract bool ShouldUseSameServiceProvider (Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo other);
abstract member ShouldUseSameServiceProvider : Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo -> bool
Public MustOverride Function ShouldUseSameServiceProvider (other As DbContextOptionsExtensionInfo) As Boolean

參數

other
DbContextOptionsExtensionInfo

另一個延伸模組。

傳回

值,指出是否需要新服務提供者的所有選項都相同。

備註

如需詳細資訊和範例,請參閱 資料庫提供者和延伸模組的實作

適用於