SqlServerModelExtensions
DefaultHiLoSequenceName
DefaultSequenceNameSuffix
GetDatabaseMaxSize(IReadOnlyModel)
GetDatabaseMaxSizeConfigurationSource(IConventionModel)
GetHiLoSequenceName(IReadOnlyModel)
GetHiLoSequenceNameConfigurationSource(IConventionModel)
GetHiLoSequenceSchema(IReadOnlyModel)
GetHiLoSequenceSchemaConfigurationSource(IConventionModel)
GetIdentityIncrement(IReadOnlyModel)
GetIdentityIncrementConfigurationSource(IConventionModel)
GetIdentitySeed(IReadOnlyModel)
GetIdentitySeedConfigurationSource(IConventionModel)
GetPerformanceLevelSql(IReadOnlyModel)
GetPerformanceLevelSqlConfigurationSource(IConventionModel)
GetSequenceNameSuffix(IReadOnlyModel)
GetSequenceNameSuffixConfigurationSource(IConventionModel)
GetSequenceSchema(IReadOnlyModel)
GetSequenceSchemaConfigurationSource(IConventionModel)
GetServiceTierSql(IReadOnlyModel)
GetServiceTierSqlConfigurationSource(IConventionModel)
GetValueGenerationStrategy(IReadOnlyModel)
GetValueGenerationStrategyConfigurationSource(IConventionModel)
SetDatabaseMaxSize(IMutableModel, String)
SetDatabaseMaxSize(IConventionModel, String, Boolean)
SetHiLoSequenceName(IMutableModel, String)
SetHiLoSequenceName(IConventionModel, String, Boolean)
SetHiLoSequenceSchema(IMutableModel, String)
SetHiLoSequenceSchema(IConventionModel, String, Boolean)
SetIdentityIncrement(IMutableModel, Int32?)
SetIdentityIncrement(IConventionModel, Int32?, Boolean)
SetIdentitySeed(IMutableModel, Int64?)
SetIdentitySeed(IConventionModel, Int64?, Boolean)
SetPerformanceLevelSql(IMutableModel, String)
SetPerformanceLevelSql(IConventionModel, String, Boolean)
SetSequenceNameSuffix(IMutableModel, String)
SetSequenceNameSuffix(IConventionModel, String, Boolean)
SetSequenceSchema(IMutableModel, String)
SetSequenceSchema(IConventionModel, String, Boolean)
SetServiceTierSql(IMutableModel, String)
SetServiceTierSql(IConventionModel, String, Boolean)
SetValueGenerationStrategy(IMutableModel, SqlServerValueGenerationStrategy?)
SetValueGenerationStrategy(IConventionModel, SqlServerValueGenerationStrategy?, Boolean)
net10.0
namespace Microsoft.EntityFrameworkCore
{
public static class SqlServerModelExtensions
{
public static SqlServerValueGenerationStrategy? GetValueGenerationStrategy(this IReadOnlyModel! model);
}
}
| .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