Share via


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);

Parameters

index
IConventionIndex

The index.

Returns

The ConfigurationSource for the data compression the index uses.

Applies to