IConventionProperty.GetTypeMappingConfigurationSource Method

Definition

Gets the ConfigurationSource for CoreTypeMapping of the property.

public Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetTypeMappingConfigurationSource ();
abstract member GetTypeMappingConfigurationSource : unit -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
Public Function GetTypeMappingConfigurationSource () As Nullable(Of ConfigurationSource)

Returns

The ConfigurationSource for CoreTypeMapping of the property.

Applies to