SqlServerPropertyExtensions.GetIdentitySeed Yöntem

Tanım

Aşırı Yüklemeler

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Kimlik çekirdeğini döndürür.

GetIdentitySeed(IProperty)

Kimlik çekirdeğini döndürür.

GetIdentitySeed(IReadOnlyProperty)

Kimlik çekirdeğini döndürür.

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Kimlik çekirdeğini döndürür.

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Kimlik çekirdeğini döndürür.

public static int? GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetIdentitySeed (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Integer)

Parametreler

property
IProperty

Özellik.

storeObject
StoreObjectIdentifier

Mağaza nesnesinin tanımlayıcısı.

Döndürülenler

Nullable<Int32>

Kimlik çekirdeği.

Şunlara uygulanır

GetIdentitySeed(IProperty)

Kimlik çekirdeğini döndürür.

public static int? GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetIdentitySeed (property As IProperty) As Nullable(Of Integer)

Parametreler

property
IProperty

Özellik.

Döndürülenler

Nullable<Int32>

Kimlik çekirdeği.

Şunlara uygulanır

GetIdentitySeed(IReadOnlyProperty)

Kimlik çekirdeğini döndürür.

public static long? GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<int64>
<Extension()>
Public Function GetIdentitySeed (property As IReadOnlyProperty) As Nullable(Of Long)

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

Nullable<Int64>

Kimlik çekirdeği.

Şunlara uygulanır

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Kimlik çekirdeğini döndürür.

public static long? GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<int64>
<Extension()>
Public Function GetIdentitySeed (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Long)

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

Mağaza nesnesinin tanımlayıcısı.

Döndürülenler

Nullable<Int64>

Kimlik çekirdeği.

Şunlara uygulanır