次の方法で共有


RelationalPropertyExtensions.GetJsonPropertyNameConfigurationSource メソッド

定義

特定の ConfigurationSource エンティティ プロパティの JSON プロパティ名の を取得します。

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

パラメーター

property
IConventionProperty

プロパティ。

戻り値

ConfigurationSource特定のエンティティ プロパティの JSON プロパティ名の 。

適用対象