Partager via


ConventionTypeBaseExtensions.GetPropertyAccessModeConfigurationSource Méthode

Définition

Retourne la source de configuration pour GetPropertyAccessMode(ITypeBase).

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

Paramètres

entityType
IConventionTypeBase

Type pour lequel définir le mode d’accès.

Retours

Source de configuration pour GetPropertyAccessMode(ITypeBase).

S’applique à