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

另一个扩展。

返回

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

适用于