SqlServerPropertyExtensions.GetIdentityIncrement 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
GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier) |
Kimlik artışını döndürür. |
GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides) |
Kimlik artışını döndürür. |
GetIdentityIncrement(IProperty, StoreObjectIdentifier) |
Kimlik artışını döndürür. |
GetIdentityIncrement(IProperty) |
Kimlik artışını döndürür. |
GetIdentityIncrement(IReadOnlyProperty) |
Kimlik artışını döndürü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
Store nesnesinin tanımlayıcısı.
Döndürülenler
Kimlik artışı.
Şunlara uygulanır
GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)
Kimlik artışını döndürür.
public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides overrides);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (overrides As IReadOnlyRelationalPropertyOverrides) As Nullable(Of Integer)
Parametreler
- overrides
- IReadOnlyRelationalPropertyOverrides
özelliği geçersiz kılar.
Döndürülenler
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
Store nesnesinin tanımlayıcısı.
Döndürülenler
Kimlik artışı.
Şunlara uygulanı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
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
Kimlik artışı.
Şunlara uygulanır
Entity Framework