Sdílet prostřednictvím


SqlServerPropertyExtensions.GetIdentityIncrement Metoda

Definice

Přetížení

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Vrátí přírůstek identity.

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Vrátí přírůstek identity.

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Vrátí přírůstek identity.

GetIdentityIncrement(IProperty)

Vrátí přírůstek identity.

GetIdentityIncrement(IReadOnlyProperty)

Vrátí přírůstek identity.

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Vrátí přírůstek identity.

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

Parametry

property
IReadOnlyProperty

Vlastnost.

storeObject
StoreObjectIdentifier

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

Návraty

Zvýšení identity.

Platí pro

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Vrátí přírůstek identity.

public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides overrides);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (overrides As IReadOnlyRelationalPropertyOverrides) As Nullable(Of Integer)

Parametry

overrides
IReadOnlyRelationalPropertyOverrides

Vlastnost se přepíše.

Návraty

Zvýšení identity.

Platí pro

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Vrátí přírůstek identity.

public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (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

Zvýšení identity.

Platí pro

GetIdentityIncrement(IProperty)

Vrátí přírůstek identity.

public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (property As IProperty) As Nullable(Of Integer)

Parametry

property
IProperty

Vlastnost.

Návraty

Zvýšení identity.

Platí pro

GetIdentityIncrement(IReadOnlyProperty)

Vrátí přírůstek identity.

public static int? GetIdentityIncrement (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetIdentityIncrement : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<int>
<Extension()>
Public Function GetIdentityIncrement (property As IReadOnlyProperty) As Nullable(Of Integer)

Parametry

property
IReadOnlyProperty

Vlastnost.

Návraty

Zvýšení identity.

Platí pro