ConventionModelExtensions.GetPropertyAccessModeConfigurationSource Methode

Definition

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

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

Parameter

model
IConventionModel

Das Modell, für das die Konfigurationsquelle gefunden werden soll.

Gibt zurück

Die Konfigurationsquelle für GetPropertyAccessMode(IModel).

Gilt für: