ConventionTypeBaseExtensions.GetPropertyAccessModeConfigurationSource Método

Definição

Retorna a fonte de configuração para 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)

Parâmetros

entityType
IConventionTypeBase

O tipo para o qual definir o modo de acesso.

Retornos

A fonte de configuração para GetPropertyAccessMode(ITypeBase).

Aplica-se a