次の方法で共有


ConventionTypeBaseExtensions.GetNavigationAccessModeConfigurationSource メソッド

定義

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

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

パラメーター

entityType
IConventionTypeBase

構成ソースを検索する型。

戻り値

の構成ソース GetNavigationAccessMode(ITypeBase)

適用対象