Aracılığıyla paylaş


SqlServerPropertyExtensions.GetIdentityIncrement Yöntem

Tanım

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)

Kaynak:
SqlServerPropertyExtensions.cs
Kaynak:
SqlServerPropertyExtensions.cs
Kaynak:
SqlServerPropertyExtensions.cs
Kaynak:
SqlServerPropertyExtensions.cs

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)

Kaynak:
SqlServerPropertyExtensions.cs
Kaynak:
SqlServerPropertyExtensions.cs
Kaynak:
SqlServerPropertyExtensions.cs

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)

Kaynak:
SqlServerPropertyExtensions.cs

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)

Kaynak:
SqlServerPropertyExtensions.cs
Kaynak:
SqlServerPropertyExtensions.cs
Kaynak:
SqlServerPropertyExtensions.cs

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)

Kaynak:
SqlServerPropertyExtensions.cs
Kaynak:
SqlServerPropertyExtensions.cs
Kaynak:
SqlServerPropertyExtensions.cs
Kaynak:
SqlServerPropertyExtensions.cs

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