RelationalElementTypeExtensions.GetStoreTypeConfigurationSource 方法

定义

ConfigurationSource获取数据库类型的 。

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)

参数

elementType
IConventionElementType

元素。

返回

ConfigurationSource列名称的 。

适用于