IndexBuilder<T>
IndexBuilder(IMutableIndex)
HasAnnotation(String, Object)
IsDescending(Boolean[])
IsUnique(Boolean)
HasDatabaseName<TEntity>(IndexBuilder<TEntity>, String)
HasFillFactor<TEntity>(IndexBuilder<TEntity>, Int32)
HasFilter<TEntity>(IndexBuilder<TEntity>, String)
HasFullTextCatalog<TEntity>(IndexBuilder<TEntity>, String)
HasFullTextChangeTracking<TEntity>(IndexBuilder<TEntity>, FullTextChangeTracking)
HasFullTextKeyIndex<TEntity>(IndexBuilder<TEntity>, String)
HasFullTextLanguage<TEntity>(IndexBuilder<TEntity>, String, String)
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)
net11.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerIndexBuilderExtensions
{
public static IndexBuilder<TEntity>! HasFullTextCatalog<TEntity>(this IndexBuilder<TEntity>! indexBuilder, string! catalogName);
}
}
| .NET | 11.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Microsoft.EntityFrameworkCore.SqlServer , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.SqlServer (11.0.0-preview.2.26159.112) net11.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API