RelationalPropertyExtensions.GetDefaultValueConfigurationSource 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.
Ruft den ConfigurationSource für den Standardwert ab.
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetDefaultValueConfigurationSource(this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetDefaultValueConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetDefaultValueConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)
Parameter
- property
- IConventionProperty
Die Eigenschaft.
Gibt zurück
Der ConfigurationSource für den Standardwert.