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資料行名稱的 。

適用於