SqlServerModelBuilderExtensions.HasIdentityColumnSeed メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HasIdentityColumnSeed(IConventionModelBuilder, Nullable<Int32>, Boolean) |
SQL SERVER IDENTITY の既定のシードを構成します。 |
HasIdentityColumnSeed(IConventionModelBuilder, Nullable<Int64>, Boolean) |
SQL SERVER IDENTITY の既定のシードを構成します。 |
HasIdentityColumnSeed(IConventionModelBuilder, Nullable<Int32>, Boolean)
SQL SERVER IDENTITY の既定のシードを構成します。
public static Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder HasIdentityColumnSeed (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder modelBuilder, int? seed, bool fromDataAnnotation = false);
static member HasIdentityColumnSeed : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * Nullable<int> * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder
<Extension()>
Public Function HasIdentityColumnSeed (modelBuilder As IConventionModelBuilder, seed As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As IConventionModelBuilder
パラメーター
- modelBuilder
- IConventionModelBuilder
モデル ビルダー。
- fromDataAnnotation
- Boolean
構成がデータ注釈を使用して指定されたかどうかを示します。
戻り値
構成が適用された場合は同じビルダー インスタンス。 null
それ以外の場合は 。
適用対象
HasIdentityColumnSeed(IConventionModelBuilder, Nullable<Int64>, Boolean)
SQL SERVER IDENTITY の既定のシードを構成します。
public static Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder? HasIdentityColumnSeed (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder modelBuilder, long? seed, bool fromDataAnnotation = false);
static member HasIdentityColumnSeed : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * Nullable<int64> * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder
<Extension()>
Public Function HasIdentityColumnSeed (modelBuilder As IConventionModelBuilder, seed As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false) As IConventionModelBuilder
パラメーター
- modelBuilder
- IConventionModelBuilder
モデル ビルダー。
- fromDataAnnotation
- Boolean
構成がデータ注釈を使用して指定されたかどうかを示します。
戻り値
構成が適用された場合は同じビルダー インスタンス。 null
それ以外の場合は 。
注釈
詳細と例については、「エンティティの種類とリレーションシップのモデリング」および「EF Core を使用したSQL ServerデータベースとAzure SQLデータベースへのアクセス」を参照してください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework