Udostępnij za pośrednictwem


SqlServerPropertyExtensions.GetIdentitySeed Metoda

Definicja

Przeciążenia

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Zwraca inicjator tożsamości.

GetIdentitySeed(IProperty)

Zwraca inicjator tożsamości.

GetIdentitySeed(IReadOnlyProperty)

Zwraca inicjator tożsamości.

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

Zwraca inicjator tożsamości.

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Zwraca inicjator tożsamości.

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

Zwraca inicjator tożsamości.

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)

Parametry

property
IReadOnlyProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator obiektu store.

Zwraca

Inicjator tożsamości.

Dotyczy

GetIdentitySeed(IProperty)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

Zwraca inicjator tożsamości.

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)

Parametry

property
IProperty

Właściwość.

Zwraca

Inicjator tożsamości.

Dotyczy

GetIdentitySeed(IReadOnlyProperty)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

Zwraca inicjator tożsamości.

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)

Parametry

property
IReadOnlyProperty

Właściwość.

Zwraca

Inicjator tożsamości.

Dotyczy

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

Zwraca inicjator tożsamości.

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)

Parametry

overrides
IReadOnlyRelationalPropertyOverrides

Właściwość zastępuje.

Zwraca

Inicjator tożsamości.

Dotyczy

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Źródło:
SqlServerPropertyExtensions.cs

Zwraca inicjator tożsamości.

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)

Parametry

property
IProperty

Właściwość.

storeObject
StoreObjectIdentifier

Identyfikator obiektu store.

Zwraca

Inicjator tożsamości.

Dotyczy