SqlServerPropertyExtensions.GetIdentityIncrement Método

Definição

Sobrecargas

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Retorna o incremento de identidade.

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Retorna o incremento de identidade.

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Retorna o incremento de identidade.

GetIdentityIncrement(IProperty)

Retorna o incremento de identidade.

GetIdentityIncrement(IReadOnlyProperty)

Retorna o incremento de identidade.

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Retorna o incremento de identidade.

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)

Parâmetros

property
IReadOnlyProperty

A propriedade.

storeObject
StoreObjectIdentifier

O identificador do objeto de repositório.

Retornos

O incremento de identidade.

Aplica-se a

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Retorna o incremento de identidade.

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)

Parâmetros

overrides
IReadOnlyRelationalPropertyOverrides

A propriedade substitui.

Retornos

O incremento de identidade.

Aplica-se a

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Retorna o incremento de identidade.

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)

Parâmetros

property
IProperty

A propriedade.

storeObject
StoreObjectIdentifier

O identificador do objeto de repositório.

Retornos

O incremento de identidade.

Aplica-se a

GetIdentityIncrement(IProperty)

Retorna o incremento de identidade.

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)

Parâmetros

property
IProperty

A propriedade.

Retornos

O incremento de identidade.

Aplica-se a

GetIdentityIncrement(IReadOnlyProperty)

Retorna o incremento de identidade.

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)

Parâmetros

property
IReadOnlyProperty

A propriedade.

Retornos

O incremento de identidade.

Aplica-se a