次の方法で共有


ConventionTypeBaseExtensions.GetPropertyAccessModeConfigurationSource メソッド

定義

の構成ソースを GetPropertyAccessMode(ITypeBase)返します。

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetPropertyAccessModeConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase entityType);
static member GetPropertyAccessModeConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetPropertyAccessModeConfigurationSource (entityType As IConventionTypeBase) As Nullable(Of ConfigurationSource)

パラメーター

entityType
IConventionTypeBase

アクセス モードを設定する型。

戻り値

の構成ソース GetPropertyAccessMode(ITypeBase)

適用対象