Sdílet prostřednictvím


SqlServerPropertyExtensions.GetIdentitySeedConfigurationSource Metoda

Definice

Přetížení

GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)

Vrátí hodnotu ConfigurationSource pro počáteční hodnotu identity pro konkrétní tabulku.

GetIdentitySeedConfigurationSource(IConventionProperty)

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

GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)

Vrátí hodnotu ConfigurationSource pro počáteční hodnotu identity pro konkrétní tabulku.

GetIdentitySeedConfigurationSource(IConventionProperty, StoreObjectIdentifier)

Vrátí hodnotu ConfigurationSource pro počáteční hodnotu identity pro konkrétní tabulku.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentitySeedConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentitySeedConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * StoreObjectIdentifier -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentitySeedConfigurationSource (property As IConventionProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of ConfigurationSource)

Parametry

property
IConventionProperty

Vlastnost.

storeObject
StoreObjectIdentifier

Identifikátor tabulky obsahující sloupec.

Návraty

Počáteční hodnota ConfigurationSource identity.

Platí pro

GetIdentitySeedConfigurationSource(IConventionProperty)

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

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentitySeedConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetIdentitySeedConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentitySeedConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

Parametry

property
IConventionProperty

Vlastnost.

Návraty

Počáteční hodnota ConfigurationSource identity.

Platí pro

GetIdentitySeedConfigurationSource(IConventionRelationalPropertyOverrides)

Vrátí hodnotu ConfigurationSource pro počáteční hodnotu identity pro konkrétní tabulku.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIdentitySeedConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides);
static member GetIdentitySeedConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIdentitySeedConfigurationSource (overrides As IConventionRelationalPropertyOverrides) As Nullable(Of ConfigurationSource)

Parametry

overrides
IConventionRelationalPropertyOverrides

Vlastnost se přepíše.

Návraty

Počáteční hodnota ConfigurationSource identity.

Platí pro