IndexBuilder<T>
IndexBuilder(IMutableIndex)
HasAnnotation(String, Object)
IsDescending(Boolean[])
IsUnique(Boolean)
HasFillFactor<TEntity>(IndexBuilder<TEntity>, Int32)
IncludeProperties<TEntity>(IndexBuilder<TEntity>, String[])
IncludeProperties<TEntity>(IndexBuilder<TEntity>, Expression<Func<TEntity, Object>>)
IsClustered<TEntity>(IndexBuilder<TEntity>, Boolean)
IsCreatedOnline<TEntity>(IndexBuilder<TEntity>, Boolean)
IsFullTextIndex<TEntity>(IndexBuilder<TEntity>, Boolean)
IsVectorIndex<TEntity>(IndexBuilder<TEntity>, Nullable<VectorIndexType>, Boolean)
SortInTempDb<TEntity>(IndexBuilder<TEntity>, Boolean)
UseDataCompression<TEntity>(IndexBuilder<TEntity>, DataCompressionType)
net10.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerIndexBuilderExtensions
{
public static IndexBuilder<TEntity>! SortInTempDb<TEntity>(this IndexBuilder<TEntity>! indexBuilder, bool sortInTempDb = true);
}
}
| .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