SqlServerPropertyExtensions.GetIdentityIncrement Yöntem

Tanım

Aşırı Yüklemeler

GetIdentityIncrement(IProperty)

Kimlik artışını döndürür.

GetIdentityIncrement(IReadOnlyProperty)

Kimlik artışını döndürür.

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Kimlik artışını döndürür.

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Kimlik artışını döndürür.

GetIdentityIncrement(IProperty)

Kimlik artışını döndürür.

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

Parametreler

property
IProperty

Özellik.

Döndürülenler

Nullable<Int32>

Kimlik artışı.

Şunlara uygulanır

GetIdentityIncrement(IReadOnlyProperty)

Kimlik artışını döndürür.

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

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

Nullable<Int32>

Kimlik artışı.

Şunlara uygulanır

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Kimlik artışını döndürür.

public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (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 artışı.

Şunlara uygulanır

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Kimlik artışını döndürür.

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

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

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

Döndürülenler

Nullable<Int32>

Kimlik artışı.

Şunlara uygulanır