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) 組態來源。

適用於