IConventionTypeBase.GetPropertyAccessModeConfigurationSource Method

Definition

Returns the configuration source for GetPropertyAccessMode().

public virtual Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetPropertyAccessModeConfigurationSource ();
abstract member GetPropertyAccessModeConfigurationSource : unit -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
override this.GetPropertyAccessModeConfigurationSource : unit -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
Public Overridable Function GetPropertyAccessModeConfigurationSource () As Nullable(Of ConfigurationSource)

Returns

The configuration source for GetPropertyAccessMode().

Applies to