SqlServerPropertyExtensions.SetIdentitySeed Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean) |
Belirli bir tablo için kimlik tohumunu ayarlar. |
SetIdentitySeed(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier) |
Belirli bir tablo için kimlik tohumunu ayarlar. |
SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean) |
Belirli bir tablo için kimlik tohumunu ayarlar. |
SetIdentitySeed(IConventionProperty, Nullable<Int64>, Boolean) |
Kimlik tohumunu ayarlar. |
SetIdentitySeed(IMutableProperty, Nullable<Int32>) |
Kimlik tohumunu ayarlar. |
SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>) |
Belirli bir tablo için kimlik tohumunu ayarlar. |
SetIdentitySeed(IMutableProperty, Nullable<Int64>) |
Kimlik tohumunu ayarlar. |
SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean) |
Kimlik tohumunu ayarlar. |
SetIdentitySeed(IConventionProperty, Nullable<Int64>, StoreObjectIdentifier, Boolean)
Belirli bir tablo için kimlik tohumunu ayarlar.
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)
Parametreler
- property
- IConventionProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablonun tanımlayıcısı.
- 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(IMutableProperty, Nullable<Int64>, StoreObjectIdentifier)
Belirli bir tablo için kimlik tohumunu ayarlar.
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)
Parametreler
- property
- IMutableProperty
Özellik.
- storeObject
- StoreObjectIdentifier
Sütunu içeren tablonun tanımlayıcısı.
Şunlara uygulanır
SetIdentitySeed(IConventionRelationalPropertyOverrides, Nullable<Int64>, Boolean)
Belirli bir tablo için kimlik tohumunu ayarlar.
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)
Parametreler
- overrides
- IConventionRelationalPropertyOverrides
Özelliği geçersiz kılar.
- 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(IConventionProperty, Nullable<Int64>, Boolean)
Kimlik tohumunu ayarlar.
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)
Parametreler
- property
- IConventionProperty
Özellik.
- 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(IMutableProperty, Nullable<Int32>)
Kimlik tohumunu ayarlar.
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))
Parametreler
- property
- IMutableProperty
Özellik.
Şunlara uygulanır
SetIdentitySeed(IMutableRelationalPropertyOverrides, Nullable<Int64>)
Belirli bir tablo için kimlik tohumunu ayarlar.
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))
Parametreler
- overrides
- IMutableRelationalPropertyOverrides
Özelliği geçersiz kılar.
Şunlara uygulanır
SetIdentitySeed(IMutableProperty, Nullable<Int64>)
Kimlik tohumunu ayarlar.
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))
Parametreler
- property
- IMutableProperty
Özellik.
Şunlara uygulanır
SetIdentitySeed(IConventionProperty, Nullable<Int32>, Boolean)
Kimlik tohumunu ayarlar.
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)
Parametreler
- property
- IConventionProperty
Özellik.
- 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
Entity Framework