SqlServerPropertyExtensions.GetIdentityIncrement Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à.