SqlServerKeyBuilderExtensions
CanSetFillFactor(IConventionKeyBuilder, Int32?, Boolean)
CanSetIsClustered(IConventionKeyBuilder, Boolean?, Boolean)
HasFillFactor(KeyBuilder, Int32)
HasFillFactor(IConventionKeyBuilder, Int32?, Boolean)
HasFillFactor<TEntity>(KeyBuilder<TEntity>, Int32)
IsClustered(KeyBuilder, Boolean)
IsClustered(IConventionKeyBuilder, Boolean?, Boolean)
IsClustered<TEntity>(KeyBuilder<TEntity>, Boolean)
net10.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerKeyBuilderExtensions
{
public static KeyBuilder<TEntity>! IsClustered<TEntity>(this KeyBuilder<TEntity>! keyBuilder, bool clustered = true);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .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