Sdílet prostřednictvím


SqlServerPropertyExtensions.SetIdentityIncrement Metoda

Definice

Přetížení

SetIdentityIncrement(IMutableProperty, Nullable<Int32>)

Nastaví přírůstek identity.

SetIdentityIncrement(IMutableRelationalPropertyOverrides, Nullable<Int32>)

Nastaví přírůstek identity pro konkrétní tabulku.

SetIdentityIncrement(IConventionProperty, Nullable<Int32>, Boolean)

Nastaví přírůstek identity.

SetIdentityIncrement(IConventionRelationalPropertyOverrides, Nullable<Int32>, Boolean)

Nastaví přírůstek identity pro konkrétní tabulku.

SetIdentityIncrement(IMutableProperty, Nullable<Int32>, StoreObjectIdentifier)

Nastaví přírůstek identity pro konkrétní tabulku.

SetIdentityIncrement(IConventionProperty, Nullable<Int32>, StoreObjectIdentifier, Boolean)

Nastaví přírůstek identity pro konkrétní tabulku.

SetIdentityIncrement(IMutableProperty, Nullable<Int32>)

Nastaví přírůstek identity.

public static void SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? increment);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetIdentityIncrement (property As IMutableProperty, increment As Nullable(Of Integer))

Parametry

property
IMutableProperty

Vlastnost.

increment
Nullable<Int32>

Hodnota k nastavení.

Platí pro

SetIdentityIncrement(IMutableRelationalPropertyOverrides, Nullable<Int32>)

Nastaví přírůstek identity pro konkrétní tabulku.

public static void SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides overrides, int? increment);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IMutableRelationalPropertyOverrides * Nullable<int> -> unit
<Extension()>
Public Sub SetIdentityIncrement (overrides As IMutableRelationalPropertyOverrides, increment As Nullable(Of Integer))

Parametry

overrides
IMutableRelationalPropertyOverrides

Vlastnost se přepíše.

increment
Nullable<Int32>

Hodnota k nastavení.

Platí pro

SetIdentityIncrement(IConventionProperty, Nullable<Int32>, Boolean)

Nastaví přírůstek identity.

public static void SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? increment, bool fromDataAnnotation = false);
public static int? SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? increment, bool fromDataAnnotation = false);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> unit
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Sub SetIdentityIncrement (property As IConventionProperty, increment As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetIdentityIncrement (property As IConventionProperty, increment As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

Parametry

property
IConventionProperty

Vlastnost.

increment
Nullable<Int32>

Hodnota k nastavení.

fromDataAnnotation
Boolean

Určuje, zda byla konfigurace zadána pomocí datové poznámky.

Návraty

Nakonfigurovaná hodnota.

Platí pro

SetIdentityIncrement(IConventionRelationalPropertyOverrides, Nullable<Int32>, Boolean)

Nastaví přírůstek identity pro konkrétní tabulku.

public static int? SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides overrides, int? increment, bool fromDataAnnotation = false);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IConventionRelationalPropertyOverrides * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Function SetIdentityIncrement (overrides As IConventionRelationalPropertyOverrides, increment As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

Parametry

overrides
IConventionRelationalPropertyOverrides

Vlastnost se přepíše.

increment
Nullable<Int32>

Hodnota k nastavení.

fromDataAnnotation
Boolean

Určuje, zda byla konfigurace zadána pomocí datové poznámky.

Návraty

Nakonfigurovaná hodnota.

Platí pro

SetIdentityIncrement(IMutableProperty, Nullable<Int32>, StoreObjectIdentifier)

Nastaví přírůstek identity pro konkrétní tabulku.

public static void SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? increment, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> * StoreObjectIdentifier -> unit
<Extension()>
Public Sub SetIdentityIncrement (property As IMutableProperty, increment As Nullable(Of Integer), ByRef storeObject As StoreObjectIdentifier)

Parametry

property
IMutableProperty

Vlastnost.

increment
Nullable<Int32>

Hodnota k nastavení.

storeObject
StoreObjectIdentifier

Identifikátor tabulky obsahující sloupec.

Platí pro

SetIdentityIncrement(IConventionProperty, Nullable<Int32>, StoreObjectIdentifier, Boolean)

Nastaví přírůstek identity pro konkrétní tabulku.

public static int? SetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, int? increment, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, bool fromDataAnnotation = false);
static member SetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * Nullable<int> * StoreObjectIdentifier * bool -> Nullable<int>
<Extension()>
Public Function SetIdentityIncrement (property As IConventionProperty, increment As Nullable(Of Integer), ByRef storeObject As StoreObjectIdentifier, Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)

Parametry

property
IConventionProperty

Vlastnost.

increment
Nullable<Int32>

Hodnota k nastavení.

storeObject
StoreObjectIdentifier

Identifikátor tabulky obsahující sloupec.

fromDataAnnotation
Boolean

Určuje, zda byla konfigurace zadána pomocí datové poznámky.

Návraty

Nakonfigurovaná hodnota.

Platí pro