RelationalOptionsExtension.RelationalExtensionInfo.ShouldUseSameServiceProvider 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示 中 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
参数
另一个扩展。
返回
一个 值,该值指示需要新服务提供程序的所有选项是否相同。