Sdílet prostřednictvím


SqlServerModelExtensions.GetIdentitySeed Metoda

Definice

Přetížení

GetIdentitySeed(IModel)

Vrátí výchozí počáteční hodnotu identity.

GetIdentitySeed(IReadOnlyModel)

Vrátí výchozí počáteční hodnotu identity.

GetIdentitySeed(IModel)

Zdroj:
SqlServerModelExtensions.cs
Zdroj:
SqlServerModelExtensions.cs
Zdroj:
SqlServerModelExtensions.cs

Vrátí výchozí počáteční hodnotu identity.

public static int GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IModel -> int
<Extension()>
Public Function GetIdentitySeed (model As IModel) As Integer

Parametry

model
IModel

Model.

Návraty

Výchozí počáteční hodnota identity.

Platí pro

GetIdentitySeed(IReadOnlyModel)

Zdroj:
SqlServerModelExtensions.cs
Zdroj:
SqlServerModelExtensions.cs
Zdroj:
SqlServerModelExtensions.cs
Zdroj:
SqlServerModelExtensions.cs

Vrátí výchozí počáteční hodnotu identity.

public static long GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> int64
<Extension()>
Public Function GetIdentitySeed (model As IReadOnlyModel) As Long

Parametry

model
IReadOnlyModel

Model.

Návraty

Výchozí počáteční hodnota identity.

Platí pro