SqlServerKeyBuilderExtensions
CanSetFillFactor(IConventionKeyBuilder, Nullable<Int32>, Boolean)
CanSetIsClustered(IConventionKeyBuilder, Nullable<Boolean>, Boolean)
ForSqlServerIsClustered(KeyBuilder, Boolean)
HasFillFactor(KeyBuilder, Int32)
HasFillFactor<TEntity>(KeyBuilder<TEntity>, Int32)
HasFillFactor(IConventionKeyBuilder, Nullable<Int32>, Boolean)
IsClustered(KeyBuilder, Boolean)
IsClustered<TEntity>(KeyBuilder<TEntity>, Boolean)
IsClustered(IConventionKeyBuilder, Nullable<Boolean>, Boolean)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerKeyBuilderExtensions
{
public static KeyBuilder ForSqlServerIsClustered(this KeyBuilder keyBuilder, bool clustered = true);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET Core | 2.02.12.2 |
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.EntityFrameworkCore.SqlServer , Version=2.2.6.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API