RelationalOptionsExtension.RelationalExtensionInfo.ShouldUseSameServiceProvider Yöntem

Tanım

içinde GetServiceProviderHashCode() kullanılan tüm seçeneklerin verilen uzantıdakiyle aynı olup olmadığını belirten bir değer döndürür.

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

Parametreler

other
DbContextOptionsExtensionInfo

Diğer uzantı.

Döndürülenler

Yeni bir hizmet sağlayıcısı gerektiren tüm seçeneklerin aynı olup olmadığını gösteren değer.

Şunlara uygulanır