SqlServerPropertyExtensions.GetIdentityIncrement 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
GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier) |
Zwraca przyrost tożsamości. |
GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides) |
Zwraca przyrost tożsamości. |
GetIdentityIncrement(IProperty, StoreObjectIdentifier) |
Zwraca przyrost tożsamości. |
GetIdentityIncrement(IProperty) |
Zwraca przyrost tożsamości. |
GetIdentityIncrement(IReadOnlyProperty) |
Zwraca przyrost tożsamości. |
GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)
Zwraca przyrost tożsamości.
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)
Parametry
- property
- IReadOnlyProperty
Właściwość.
- storeObject
- StoreObjectIdentifier
Identyfikator obiektu store.
Zwraca
Przyrost tożsamości.
Dotyczy
GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)
Zwraca przyrost tożsamości.
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)
Parametry
- overrides
- IReadOnlyRelationalPropertyOverrides
Właściwość zastępuje.
Zwraca
Przyrost tożsamości.
Dotyczy
GetIdentityIncrement(IProperty, StoreObjectIdentifier)
Zwraca przyrost tożsamości.
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)
Parametry
- property
- IProperty
Właściwość.
- storeObject
- StoreObjectIdentifier
Identyfikator obiektu store.
Zwraca
Przyrost tożsamości.
Dotyczy
GetIdentityIncrement(IProperty)
Zwraca przyrost tożsamości.
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)
Parametry
- property
- IProperty
Właściwość.
Zwraca
Przyrost tożsamości.
Dotyczy
GetIdentityIncrement(IReadOnlyProperty)
Zwraca przyrost tożsamości.
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)
Parametry
- property
- IReadOnlyProperty
Właściwość.
Zwraca
Przyrost tożsamości.