ConventionPropertyBaseExtensions.GetPropertyAccessModeConfigurationSource Methode

Definition

Gibt die Konfigurationsquelle für GetPropertyAccessMode()zurück.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetPropertyAccessModeConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionPropertyBase property);
static member GetPropertyAccessModeConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionPropertyBase -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetPropertyAccessModeConfigurationSource (property As IConventionPropertyBase) As Nullable(Of ConfigurationSource)

Parameter

property
IConventionPropertyBase

Die Eigenschaft, für die die Konfigurationsquelle gefunden werden soll.

Gibt zurück

Die Konfigurationsquelle für GetPropertyAccessMode().

Gilt für: