Compartir a través de


ConventionPropertyBaseExtensions.GetPropertyAccessModeConfigurationSource Método

Definición

Devuelve el origen de configuración de GetPropertyAccessMode().

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)

Parámetros

property
IConventionPropertyBase

Propiedad para la que se va a buscar el origen de configuración.

Devoluciones

Origen de configuración de GetPropertyAccessMode().

Se aplica a