Compartir a través de


SqlServerPropertyExtensions.GetIdentityIncrement Método

Definición

Sobrecargas

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Devuelve el incremento de identidad.

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Devuelve el incremento de identidad.

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Devuelve el incremento de identidad.

GetIdentityIncrement(IProperty)

Devuelve el incremento de identidad.

GetIdentityIncrement(IReadOnlyProperty)

Devuelve el incremento de identidad.

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

Devuelve el incremento de identidad.

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

Propiedad.

storeObject
StoreObjectIdentifier

Identificador del objeto de almacén.

Devoluciones

Incremento de identidad.

Se aplica a

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

Devuelve el incremento de identidad.

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

La propiedad invalida.

Devoluciones

Incremento de identidad.

Se aplica a

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Source:
SqlServerPropertyExtensions.cs

Devuelve el incremento de identidad.

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

Propiedad.

storeObject
StoreObjectIdentifier

Identificador del objeto de almacén.

Devoluciones

Incremento de identidad.

Se aplica a

GetIdentityIncrement(IProperty)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

Devuelve el incremento de identidad.

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

Propiedad.

Devoluciones

Incremento de identidad.

Se aplica a

GetIdentityIncrement(IReadOnlyProperty)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

Devuelve el incremento de identidad.

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

Propiedad.

Devoluciones

Incremento de identidad.

Se aplica a