SqlServerPropertyExtensions.SetIdentitySeed メソッド

定義

オーバーロード

SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean)

特定のテーブルの ID シードを設定します。

SetIdentitySeed(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier)

特定のテーブルの ID シードを設定します。

SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean)

特定のテーブルの ID シードを設定します。

SetIdentitySeed(IConventionProperty, Nullable<Int64>, Boolean)

ID シードを設定します。

SetIdentitySeed(IMutableProperty, Nullable<Int32>)

ID シードを設定します。

SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>)

特定のテーブルの ID シードを設定します。

SetIdentitySeed(IMutableProperty, Nullable<Int64>)

ID シードを設定します。

SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean)

ID シードを設定します。

SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean)

特定のテーブルの ID シードを設定します。

public static long? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, long? seed, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int64> * StoreObjectIdentifier * bool -> Nullable<int64>
<Extension()>
Public Function SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Long), ByRef storeObject As StoreObjectIdentifier, Optional fromDataAnnotation As Boolean = false) As Nullable(Of Long)

パラメーター

property
IConventionProperty

プロパティ。

seed
Nullable<Int64>

設定する値。

storeObject
StoreObjectIdentifier

列を含むテーブルの識別子。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成された値です。

適用対象

SetIdentitySeed(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier)

特定のテーブルの ID シードを設定します。

public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, long? seed, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int64> * StoreObjectIdentifier -> unit
<Extension()>
Public Sub SetIdentitySeed (property As IMutableProperty, seed As Nullable(Of Long), ByRef storeObject As StoreObjectIdentifier)

パラメーター

property
IMutableProperty

プロパティ。

seed
Nullable<Int64>

設定する値。

storeObject
StoreObjectIdentifier

列を含むテーブルの識別子。

適用対象

SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean)

特定のテーブルの ID シードを設定します。

public static long? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides, long? seed, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides * Nullable<int64> * bool -> Nullable<int64>
<Extension()>
Public Function SetIdentitySeed (overrides As IConventionRelationalPropertyOverrides, seed As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Long)

パラメーター

overrides
IConventionRelationalPropertyOverrides

プロパティがオーバーライドされます。

seed
Nullable<Int64>

設定する値。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成された値です。

適用対象

SetIdentitySeed(IConventionProperty, Nullable<Int64>, Boolean)

ID シードを設定します。

public static long? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, long? seed, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int64> * bool -> Nullable<int64>
<Extension()>
Public Function SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Long), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Long)

パラメーター

property
IConventionProperty

プロパティ。

seed
Nullable<Int64>

設定する値。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成された値です。

適用対象

SetIdentitySeed(IMutableProperty, Nullable<Int32>)

ID シードを設定します。

public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? seed);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetIdentitySeed (property As IMutableProperty, seed As Nullable(Of Integer))

パラメーター

property
IMutableProperty

プロパティ。

seed
Nullable<Int32>

設定する値。

適用対象

SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>)

特定のテーブルの ID シードを設定します。

public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides overrides, long? seed);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides * Nullable<int64> -> unit
<Extension()>
Public Sub SetIdentitySeed (overrides As IMutableRelationalPropertyOverrides, seed As Nullable(Of Long))

パラメーター

overrides
IMutableRelationalPropertyOverrides

プロパティがオーバーライドされます。

seed
Nullable<Int64>

設定する値。

適用対象

SetIdentitySeed(IMutableProperty, Nullable<Int64>)

ID シードを設定します。

public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, long? seed);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int64> -> unit
<Extension()>
Public Sub SetIdentitySeed (property As IMutableProperty, seed As Nullable(Of Long))

パラメーター

property
IMutableProperty

プロパティ。

seed
Nullable<Int64>

設定する値。

適用対象

SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean)

ID シードを設定します。

public static void SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? seed, bool fromDataAnnotation = false);
public static int? SetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? seed, bool fromDataAnnotation = false);
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> unit
static member SetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Sub SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetIdentitySeed (property As IConventionProperty, seed As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

パラメーター

property
IConventionProperty

プロパティ。

seed
Nullable<Int32>

設定する値。

fromDataAnnotation
Boolean

構成がデータ注釈を使用して指定されたかどうかを示します。

戻り値

構成された値です。

適用対象