次の方法で共有


SqlServerIndexExtensions.GetIncludePropertiesConfigurationSource メソッド

定義

ConfigurationSource含まれているプロパティ名の を返します。

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIncludePropertiesConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index);
static member GetIncludePropertiesConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIncludePropertiesConfigurationSource (index As IConventionIndex) As Nullable(Of ConfigurationSource)

パラメーター

index
IConventionIndex

インデックス。

戻り値

ConfigurationSource含まれているプロパティ名の 。

適用対象