SqlServerPropertyExtensions.GetIdentitySeed Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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)
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)
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)
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)
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)
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
Entity Framework