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包含屬性名稱的 。

適用於