SqlServerIndexExtensions.GetIncludePropertiesConfigurationSource Method

Definition

Returns the ConfigurationSource for the included property names.

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)

Parameters

index
IConventionIndex

The index.

Returns

The ConfigurationSource for the included property names.

Applies to