Share via


RelationalElementTypeExtensions.GetStoreTypeConfigurationSource Method

Definition

Gets the ConfigurationSource for the database type.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetStoreTypeConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionElementType elementType);
static member GetStoreTypeConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionElementType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetStoreTypeConfigurationSource (elementType As IConventionElementType) As Nullable(Of ConfigurationSource)

Parameters

elementType
IConventionElementType

The element.

Returns

The ConfigurationSource for the column name.

Applies to