SqlServerPropertyBuilderExtensions.ForSqlServerUseSequenceHiLo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ForSqlServerUseSequenceHiLo(PropertyBuilder, String, String) |
古い.
SQL Serverをターゲットにするときに、シーケンスベースの hi-lo パターンを使用して新しいエンティティの値を生成するように key プロパティを構成します。 このメソッドは、 プロパティを に OnAdd設定します。 |
ForSqlServerUseSequenceHiLo<TProperty>(PropertyBuilder<TProperty>, String, String) |
古い.
SQL Serverをターゲットにするときに、シーケンスベースの hi-lo パターンを使用して新しいエンティティの値を生成するように key プロパティを構成します。 このメソッドは、 プロパティを に OnAdd設定します。 |
ForSqlServerUseSequenceHiLo(PropertyBuilder, String, String)
注意事項
Use UseHiLo
SQL Serverをターゲットにするときに、シーケンスベースの hi-lo パターンを使用して新しいエンティティの値を生成するように key プロパティを構成します。 このメソッドは、 プロパティを に OnAdd設定します。
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqlServerUseSequenceHiLo (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, string name = default, string schema = default);
[System.Obsolete("Use UseHiLo")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder ForSqlServerUseSequenceHiLo (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder propertyBuilder, string name = default, string schema = default);
static member ForSqlServerUseSequenceHiLo : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
[<System.Obsolete("Use UseHiLo")>]
static member ForSqlServerUseSequenceHiLo : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder * string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
<Extension()>
Public Function ForSqlServerUseSequenceHiLo (propertyBuilder As PropertyBuilder, Optional name As String = Nothing, Optional schema As String = Nothing) As PropertyBuilder
パラメーター
- propertyBuilder
- PropertyBuilder
構成されているプロパティのビルダー。
- name
- String
シーケンスの名前。
- schema
- String
シーケンスのスキーマ。
戻り値
複数の呼び出しをチェーンできるように、同じビルダー インスタンス。
- 属性
適用対象
ForSqlServerUseSequenceHiLo<TProperty>(PropertyBuilder<TProperty>, String, String)
注意事項
Use UseHiLo
SQL Serverをターゲットにするときに、シーケンスベースの hi-lo パターンを使用して新しいエンティティの値を生成するように key プロパティを構成します。 このメソッドは、 プロパティを に OnAdd設定します。
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqlServerUseSequenceHiLo<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, string name = default, string schema = default);
[System.Obsolete("Use UseHiLo")]
public static Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> ForSqlServerUseSequenceHiLo<TProperty> (this Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> propertyBuilder, string name = default, string schema = default);
static member ForSqlServerUseSequenceHiLo : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
[<System.Obsolete("Use UseHiLo")>]
static member ForSqlServerUseSequenceHiLo : Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property> * string * string -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
<Extension()>
Public Function ForSqlServerUseSequenceHiLo(Of TProperty) (propertyBuilder As PropertyBuilder(Of TProperty), Optional name As String = Nothing, Optional schema As String = Nothing) As PropertyBuilder(Of TProperty)
型パラメーター
- TProperty
構成されるプロパティの型。
パラメーター
- propertyBuilder
- PropertyBuilder<TProperty>
構成されているプロパティのビルダー。
- name
- String
シーケンスの名前。
- schema
- String
シーケンスのスキーマ。
戻り値
複数の呼び出しをチェーンできるように、同じビルダー インスタンス。
- 属性
適用対象
Entity Framework