Aracılığıyla paylaş


SqlServerModelExtensions.SetIdentitySeed Yöntem

Tanım

Aşırı Yüklemeler

SetIdentitySeed(IConventionModel, Nullable<Int64>, Boolean)

Varsayılan kimlik tohumunu ayarlar.

SetIdentitySeed(IConventionModel, Nullable<Int32>, Boolean)

Varsayılan kimlik tohumunu ayarlar.

SetIdentitySeed(IMutableModel, Nullable<Int32>)

Varsayılan kimlik tohumunu ayarlar.

SetIdentitySeed(IMutableModel, Nullable<Int64>)

Varsayılan kimlik tohumunu ayarlar.

SetIdentitySeed(IConventionModel, Nullable<Int64>, Boolean)

Varsayılan kimlik tohumunu ayarlar.

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

Parametreler

model
IConventionModel

Model.

seed
Nullable<Int64>

Ayarlanacak değer.

fromDataAnnotation
Boolean

Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmedidiğini gösterir.

Döndürülenler

Yapılandırılan değer.

Şunlara uygulanır

SetIdentitySeed(IConventionModel, Nullable<Int32>, Boolean)

Varsayılan kimlik tohumunu ayarlar.

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

Parametreler

model
IConventionModel

Model.

seed
Nullable<Int32>

Ayarlanacak değer.

fromDataAnnotation
Boolean

Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmedidiğini gösterir.

Döndürülenler

Yapılandırılan değer.

Şunlara uygulanır

SetIdentitySeed(IMutableModel, Nullable<Int32>)

Varsayılan kimlik tohumunu ayarlar.

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

Parametreler

model
IMutableModel

Model.

seed
Nullable<Int32>

Ayarlanacak değer.

Şunlara uygulanır

SetIdentitySeed(IMutableModel, Nullable<Int64>)

Varsayılan kimlik tohumunu ayarlar.

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

Parametreler

model
IMutableModel

Model.

seed
Nullable<Int64>

Ayarlanacak değer.

Şunlara uygulanır