Share via


SqlServerPropertyExtensions.GetIdentitySeed Metodo

Definizione

Overload

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce il valore di inizializzazione dell'identità.

GetIdentitySeed(IProperty)

Restituisce il valore di inizializzazione dell'identità.

GetIdentitySeed(IReadOnlyProperty)

Restituisce il valore di inizializzazione dell'identità.

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

Restituisce il valore di inizializzazione dell'identità.

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Restituisce il valore di inizializzazione dell'identità.

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce il valore di inizializzazione dell'identità.

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

Parametri

property
IReadOnlyProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Valore di inizializzazione Identity.

Si applica a

GetIdentitySeed(IProperty)

Restituisce il valore di inizializzazione dell'identità.

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

Parametri

property
IProperty

Proprietà.

Restituisce

Valore di inizializzazione Identity.

Si applica a

GetIdentitySeed(IReadOnlyProperty)

Restituisce il valore di inizializzazione dell'identità.

public static long? GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<int64>
<Extension()>
Public Function GetIdentitySeed (property As IReadOnlyProperty) As Nullable(Of Long)

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

Valore di inizializzazione Identity.

Si applica a

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

Restituisce il valore di inizializzazione dell'identità.

public static long? GetIdentitySeed (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides overrides);
static member GetIdentitySeed : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyRelationalPropertyOverrides -> Nullable<int64>
<Extension()>
Public Function GetIdentitySeed (overrides As IReadOnlyRelationalPropertyOverrides) As Nullable(Of Long)

Parametri

overrides
IReadOnlyRelationalPropertyOverrides

La proprietà esegue l'override.

Restituisce

Valore di inizializzazione Identity.

Si applica a

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Restituisce il valore di inizializzazione dell'identità.

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

Parametri

property
IProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

Valore di inizializzazione Identity.

Si applica a