Aracılığıyla paylaş


SqlServerPropertyExtensions.GetIdentitySeed Yöntem

Tanım

Aşırı Yüklemeler

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Kimlik tohumunu döndürür.

GetIdentitySeed(IProperty)

Kimlik tohumunu döndürür.

GetIdentitySeed(IReadOnlyProperty)

Kimlik tohumunu döndürür.

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

Kimlik tohumunu döndürür.

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Kimlik tohumunu döndürür.

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

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

Kimlik tohumunu 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

Store nesnesinin tanımlayıcısı.

Döndürülenler

Kimlik tohumu.

Şunlara uygulanır

GetIdentitySeed(IProperty)

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

Kimlik tohumunu 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

Kimlik tohumu.

Şunlara uygulanır

GetIdentitySeed(IReadOnlyProperty)

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

Kimlik tohumunu 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

Kimlik tohumu.

Şunlara uygulanır

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

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

Kimlik tohumunu döndürür.

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

Parametreler

overrides
IReadOnlyRelationalPropertyOverrides

Özelliği geçersiz kılar.

Döndürülenler

Kimlik tohumu.

Şunlara uygulanır

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Kaynak:
SqlServerPropertyExtensions.cs

Kimlik tohumunu 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

Store nesnesinin tanımlayıcısı.

Döndürülenler

Kimlik tohumu.

Şunlara uygulanır