IConventionEntityType.GetBaseTypeConfigurationSource Method

Definition

Returns the configuration source for the BaseType property.

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

Returns

The configuration source for the BaseType property.

Applies to