ConfigurationSourceExtensions.OverridesStrictly Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
OverridesStrictly(ConfigurationSource, Nullable<ConfigurationSource>) |
Gibt einen Wert zurück, der angibt, ob die Konfigurationsquelle immer Vorrang vor der anderen Konfigurationsquelle hat. |
OverridesStrictly(Nullable<ConfigurationSource>, Nullable<ConfigurationSource>) |
Gibt einen Wert zurück, der angibt, ob die Konfigurationsquelle immer Vorrang vor der anderen Konfigurationsquelle hat. |
OverridesStrictly(ConfigurationSource, Nullable<ConfigurationSource>)
Gibt einen Wert zurück, der angibt, ob die Konfigurationsquelle immer Vorrang vor der anderen Konfigurationsquelle hat.
public static bool OverridesStrictly (this Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource newConfigurationSource, Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? oldConfigurationSource);
static member OverridesStrictly : Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource * Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource> -> bool
<Extension()>
Public Function OverridesStrictly (newConfigurationSource As ConfigurationSource, oldConfigurationSource As Nullable(Of ConfigurationSource)) As Boolean
Parameter
- newConfigurationSource
- ConfigurationSource
Die neue Konfigurationsquelle.
- oldConfigurationSource
- Nullable<ConfigurationSource>
Die alte Konfigurationsquelle.
Gibt zurück
true
, wenn die Konfigurationsquelle immer Vorrang vor der anderen Konfigurationsquelle hat.
Hinweise
Weitere Informationen und Beispiele finden Sie unter Modellerstellungskonventionen .
Gilt für:
OverridesStrictly(Nullable<ConfigurationSource>, Nullable<ConfigurationSource>)
Gibt einen Wert zurück, der angibt, ob die Konfigurationsquelle immer Vorrang vor der anderen Konfigurationsquelle hat.
public static bool OverridesStrictly (this Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? newConfigurationSource, Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? oldConfigurationSource);
static member OverridesStrictly : Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource> * Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource> -> bool
<Extension()>
Public Function OverridesStrictly (newConfigurationSource As Nullable(Of ConfigurationSource), oldConfigurationSource As Nullable(Of ConfigurationSource)) As Boolean
Parameter
- newConfigurationSource
- Nullable<ConfigurationSource>
Die neue Konfigurationsquelle.
- oldConfigurationSource
- Nullable<ConfigurationSource>
Die alte Konfigurationsquelle.
Gibt zurück
true
, wenn die Konfigurationsquelle immer Vorrang vor der anderen Konfigurationsquelle hat.
Hinweise
Weitere Informationen und Beispiele finden Sie unter Modellerstellungskonventionen .
Gilt für:
Entity Framework