ConventionTypeBaseExtensions.GetPropertyAccessModeConfigurationSource Method

Definition

Returns the configuration source for 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)

Parameters

entityType
IConventionTypeBase

The type to set the access mode for.

Returns

The configuration source for GetPropertyAccessMode(ITypeBase).

Applies to