Sdílet prostřednictvím


SqlServerPropertyExtensions.GetIdentitySeed Metoda

Definice

Přetížení

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Vrátí počáteční hodnotu identity.

GetIdentitySeed(IProperty)

Vrátí počáteční hodnotu identity.

GetIdentitySeed(IReadOnlyProperty)

Vrátí počáteční hodnotu identity.

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

Vrátí počáteční hodnotu identity.

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Vrátí počáteční hodnotu identity.

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Zdroj:
SqlServerPropertyExtensions.cs
Zdroj:
SqlServerPropertyExtensions.cs
Zdroj:
SqlServerPropertyExtensions.cs
Zdroj:
SqlServerPropertyExtensions.cs

Vrátí počáteční hodnotu identity.

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

Vlastnost.

storeObject
StoreObjectIdentifier

Identifikátor objektu úložiště.

Návraty

Počáteční hodnota identity.

Platí pro

GetIdentitySeed(IProperty)

Zdroj:
SqlServerPropertyExtensions.cs
Zdroj:
SqlServerPropertyExtensions.cs
Zdroj:
SqlServerPropertyExtensions.cs

Vrátí počáteční hodnotu identity.

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

Vlastnost.

Návraty

Počáteční hodnota identity.

Platí pro

GetIdentitySeed(IReadOnlyProperty)

Zdroj:
SqlServerPropertyExtensions.cs
Zdroj:
SqlServerPropertyExtensions.cs
Zdroj:
SqlServerPropertyExtensions.cs
Zdroj:
SqlServerPropertyExtensions.cs

Vrátí počáteční hodnotu identity.

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

Vlastnost.

Návraty

Počáteční hodnota identity.

Platí pro

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

Zdroj:
SqlServerPropertyExtensions.cs
Zdroj:
SqlServerPropertyExtensions.cs
Zdroj:
SqlServerPropertyExtensions.cs

Vrátí počáteční hodnotu identity.

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

Vlastnost se přepíše.

Návraty

Počáteční hodnota identity.

Platí pro

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Zdroj:
SqlServerPropertyExtensions.cs

Vrátí počáteční hodnotu identity.

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

Vlastnost.

storeObject
StoreObjectIdentifier

Identifikátor objektu úložiště.

Návraty

Počáteční hodnota identity.

Platí pro