ConventionPropertyBaseExtensions.GetPropertyAccessModeConfigurationSource メソッド

定義

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

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

パラメーター

property
IConventionPropertyBase

構成ソースを検索するプロパティ。

戻り値

の構成ソース GetPropertyAccessMode()

適用対象