Udostępnij za pośrednictwem


SqlServerPropertyExtensions.GetIdentityIncrement Metoda

Definicja

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)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

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)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

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)

Źródło:
SqlServerPropertyExtensions.cs

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)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

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)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

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.

Dotyczy