SqlServerIndexExtensions.GetDataCompressionConfigurationSource Method

Definition

Returns the ConfigurationSource for the data compression the index uses.

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

Parameters

index
IConventionIndex

The index.

Returns

The ConfigurationSource for the data compression the index uses.

Applies to