次の方法で共有


ConventionModelExtensions.GetPropertyAccessModeConfigurationSource メソッド

定義

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

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

パラメーター

model
IConventionModel

構成ソースを検索するモデル。

戻り値

の構成ソース GetPropertyAccessMode(IModel)

適用対象