Share via


SqlServerPropertyExtensions.GetIdentityIncrement Metodo

Definizione

Overload

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce l'incremento dell'identità.

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Restituisce l'incremento dell'identità.

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Restituisce l'incremento dell'identità.

GetIdentityIncrement(IProperty)

Restituisce l'incremento dell'identità.

GetIdentityIncrement(IReadOnlyProperty)

Restituisce l'incremento dell'identità.

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce l'incremento dell'identità.

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)

Parametri

property
IReadOnlyProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Incremento dell'identità.

Si applica a

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Restituisce l'incremento dell'identità.

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)

Parametri

overrides
IReadOnlyRelationalPropertyOverrides

La proprietà esegue l'override.

Restituisce

Incremento dell'identità.

Si applica a

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Restituisce l'incremento dell'identità.

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)

Parametri

property
IProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Incremento dell'identità.

Si applica a

GetIdentityIncrement(IProperty)

Restituisce l'incremento dell'identità.

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)

Parametri

property
IProperty

Proprietà.

Restituisce

Incremento dell'identità.

Si applica a

GetIdentityIncrement(IReadOnlyProperty)

Restituisce l'incremento dell'identità.

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)

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

Incremento dell'identità.

Si applica a