Bagikan melalui


SqlServerPropertyExtensions.GetIdentityIncrement Metode

Definisi

Overload

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan kenaikan identitas.

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Mengembalikan kenaikan identitas.

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Mengembalikan kenaikan identitas.

GetIdentityIncrement(IProperty)

Mengembalikan kenaikan identitas.

GetIdentityIncrement(IReadOnlyProperty)

Mengembalikan kenaikan identitas.

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs

Mengembalikan kenaikan identitas.

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)

Parameter

property
IReadOnlyProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan.

Mengembalikan

Kenaikan identitas.

Berlaku untuk

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs

Mengembalikan kenaikan identitas.

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)

Parameter

overrides
IReadOnlyRelationalPropertyOverrides

Properti mengambil alih.

Mengembalikan

Kenaikan identitas.

Berlaku untuk

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Sumber:
SqlServerPropertyExtensions.cs

Mengembalikan kenaikan identitas.

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)

Parameter

property
IProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan.

Mengembalikan

Kenaikan identitas.

Berlaku untuk

GetIdentityIncrement(IProperty)

Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs

Mengembalikan kenaikan identitas.

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)

Parameter

property
IProperty

Properti .

Mengembalikan

Kenaikan identitas.

Berlaku untuk

GetIdentityIncrement(IReadOnlyProperty)

Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs

Mengembalikan kenaikan identitas.

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)

Parameter

property
IReadOnlyProperty

Properti .

Mengembalikan

Kenaikan identitas.

Berlaku untuk