共用方式為


RelationalOptionsExtension.RelationalExtensionInfo.ShouldUseSameServiceProvider 方法

定義

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

public override bool ShouldUseSameServiceProvider (Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo other);
override this.ShouldUseSameServiceProvider : Microsoft.EntityFrameworkCore.Infrastructure.DbContextOptionsExtensionInfo -> bool
Public Overrides Function ShouldUseSameServiceProvider (other As DbContextOptionsExtensionInfo) As Boolean

參數

other
DbContextOptionsExtensionInfo

另一個延伸模組。

傳回

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

適用於