ConventionPropertyBaseExtensions.GetPropertyAccessModeConfigurationSource Method

Definition

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

Parameters

property
IConventionPropertyBase

The property to find configuration source for.

Returns

The configuration source for GetPropertyAccessMode().

Applies to