SqlServerPropertyExtensions.GetIdentitySeed Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier) |
Retourne le seed d’identité. |
GetIdentitySeed(IProperty) |
Retourne le seed d’identité. |
GetIdentitySeed(IReadOnlyProperty) |
Retourne le seed d’identité. |
GetIdentitySeed(IReadOnlyRelationalPropertyOverrides) |
Retourne le seed d’identité. |
GetIdentitySeed(IProperty, StoreObjectIdentifier) |
Retourne le seed d’identité. |
GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)
Retourne le seed d’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)
Paramètres
- property
- IReadOnlyProperty
Propriété.
- storeObject
- StoreObjectIdentifier
Identificateur de l’objet store.
Retours
Valeur initiale de la propriété identity.
S’applique à
GetIdentitySeed(IProperty)
Retourne le seed d’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)
Paramètres
- property
- IProperty
Propriété.
Retours
Valeur initiale de la propriété identity.
S’applique à
GetIdentitySeed(IReadOnlyProperty)
Retourne le seed d’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)
Paramètres
- property
- IReadOnlyProperty
Propriété.
Retours
Valeur initiale de la propriété identity.
S’applique à
GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)
Retourne le seed d’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)
Paramètres
- overrides
- IReadOnlyRelationalPropertyOverrides
La propriété remplace.
Retours
Valeur initiale de la propriété identity.
S’applique à
GetIdentitySeed(IProperty, StoreObjectIdentifier)
Retourne le seed d’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)
Paramètres
- property
- IProperty
Propriété.
- storeObject
- StoreObjectIdentifier
Identificateur de l’objet store.
Retours
Valeur initiale de la propriété identity.