SqlServerIndexBuilderExtensions
CanSetDataCompression(IConventionIndexBuilder, DataCompressionType?, Boolean)
CanSetFillFactor(IConventionIndexBuilder, Int32?, Boolean)
CanSetIncludeProperties(IConventionIndexBuilder, IReadOnlyList<String>, Boolean)
CanSetIsClustered(IConventionIndexBuilder, Boolean?, Boolean)
CanSetIsCreatedOnline(IConventionIndexBuilder, Boolean?, Boolean)
CanSetSortInTempDb(IConventionIndexBuilder, Boolean?, Boolean)
HasFillFactor(IndexBuilder, Int32)
HasFillFactor(IConventionIndexBuilder, Int32?, Boolean)
HasFillFactor<TEntity>(IndexBuilder<TEntity>, Int32)
IncludeProperties(IndexBuilder, String[])
IncludeProperties<TEntity>(IndexBuilder<TEntity>, String[])
IncludeProperties(IConventionIndexBuilder, IReadOnlyList<String>, Boolean)
IncludeProperties<TEntity>(IndexBuilder<TEntity>, Expression<Func<TEntity, Object>>)
IsClustered(IndexBuilder, Boolean)
IsClustered(IConventionIndexBuilder, Boolean?, Boolean)
IsClustered<TEntity>(IndexBuilder<TEntity>, Boolean)
IsCreatedOnline(IndexBuilder, Boolean)
IsCreatedOnline(IConventionIndexBuilder, Boolean?, Boolean)
IsCreatedOnline<TEntity>(IndexBuilder<TEntity>, Boolean)
SortInTempDb(IndexBuilder, Boolean)
SortInTempDb(IConventionIndexBuilder, Boolean?, Boolean)
SortInTempDb<TEntity>(IndexBuilder<TEntity>, Boolean)
UseDataCompression(IndexBuilder, DataCompressionType)
UseDataCompression(IConventionIndexBuilder, DataCompressionType?, Boolean)
UseDataCompression<TEntity>(IndexBuilder<TEntity>, DataCompressionType)
net10.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerIndexBuilderExtensions
{
public static IConventionIndexBuilder? UseDataCompression(this IConventionIndexBuilder! indexBuilder, DataCompressionType? dataCompressionType, bool fromDataAnnotation = false);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore.SqlServer , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.SqlServer (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API