IConventionIndexBuilder
Metadata
CanSetIsDescending(IReadOnlyList<Boolean>, Boolean)
CanSetIsUnique(Boolean?, Boolean)
HasAnnotation(String, Object, Boolean)
HasNoAnnotation(String, Boolean)
HasNonNullAnnotation(String, Object, Boolean)
IsDescending(IReadOnlyList<Boolean>, Boolean)
IsUnique(Boolean?, Boolean)
CanSetDataCompression(IConventionIndexBuilder, DataCompressionType?, Boolean)
CanSetFillFactor(IConventionIndexBuilder, Int32?, Boolean)
CanSetIncludeProperties(IConventionIndexBuilder, IReadOnlyList<String>, Boolean)
CanSetIsClustered(IConventionIndexBuilder, Boolean?, Boolean)
CanSetIsCreatedOnline(IConventionIndexBuilder, Boolean?, Boolean)
CanSetIsFullTextIndex(IConventionIndexBuilder, Nullable<Boolean>, Boolean)
CanSetSortInTempDb(IConventionIndexBuilder, Boolean?, Boolean)
CanSetVectorIndexType(IConventionIndexBuilder, Nullable<VectorIndexType>, Boolean)
HasFillFactor(IConventionIndexBuilder, Int32?, Boolean)
IncludeProperties(IConventionIndexBuilder, IReadOnlyList<String>, Boolean)
IsClustered(IConventionIndexBuilder, Boolean?, Boolean)
IsCreatedOnline(IConventionIndexBuilder, Boolean?, Boolean)
IsFullTextIndex(IConventionIndexBuilder, Nullable<Boolean>, Boolean)
IsVectorIndex(IConventionIndexBuilder, Nullable<VectorIndexType>, Boolean)
SortInTempDb(IConventionIndexBuilder, Boolean?, Boolean)
UseDataCompression(IConventionIndexBuilder, DataCompressionType?, Boolean)
net10.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerIndexBuilderExtensions
{
public static IConventionIndexBuilder? SortInTempDb(this IConventionIndexBuilder! indexBuilder, bool? sortInTempDb, 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