SqlServerPropertyExtensions.GetIdentitySeed Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier) |
Zwraca inicjator tożsamości. |
GetIdentitySeed(IProperty) |
Zwraca inicjator tożsamości. |
GetIdentitySeed(IReadOnlyProperty) |
Zwraca inicjator tożsamości. |
GetIdentitySeed(IReadOnlyRelationalPropertyOverrides) |
Zwraca inicjator tożsamości. |
GetIdentitySeed(IProperty, StoreObjectIdentifier) |
Zwraca inicjator tożsamości. |
GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)
Zwraca inicjator tożsamości.
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)
Parametry
- property
- IReadOnlyProperty
Właściwość.
- storeObject
- StoreObjectIdentifier
Identyfikator obiektu store.
Zwraca
Inicjator tożsamości.
Dotyczy
GetIdentitySeed(IProperty)
Zwraca inicjator tożsamości.
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)
Parametry
- property
- IProperty
Właściwość.
Zwraca
Inicjator tożsamości.
Dotyczy
GetIdentitySeed(IReadOnlyProperty)
Zwraca inicjator tożsamości.
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)
Parametry
- property
- IReadOnlyProperty
Właściwość.
Zwraca
Inicjator tożsamości.
Dotyczy
GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)
Zwraca inicjator tożsamości.
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)
Parametry
- overrides
- IReadOnlyRelationalPropertyOverrides
Właściwość zastępuje.
Zwraca
Inicjator tożsamości.
Dotyczy
GetIdentitySeed(IProperty, StoreObjectIdentifier)
Zwraca inicjator tożsamości.
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)
Parametry
- property
- IProperty
Właściwość.
- storeObject
- StoreObjectIdentifier
Identyfikator obiektu store.
Zwraca
Inicjator tożsamości.