Bagikan melalui


SqlServerPropertyExtensions.GetIdentitySeed Metode

Definisi

Overload

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan nilai awal identitas.

GetIdentitySeed(IProperty)

Mengembalikan nilai awal identitas.

GetIdentitySeed(IReadOnlyProperty)

Mengembalikan nilai awal identitas.

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

Mengembalikan nilai awal identitas.

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Mengembalikan nilai awal identitas.

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

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

Mengembalikan nilai awal identitas.

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)

Parameter

property
IReadOnlyProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan.

Mengembalikan

Benih identitas.

Berlaku untuk

GetIdentitySeed(IProperty)

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

Mengembalikan nilai awal identitas.

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)

Parameter

property
IProperty

Properti .

Mengembalikan

Benih identitas.

Berlaku untuk

GetIdentitySeed(IReadOnlyProperty)

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

Mengembalikan nilai awal identitas.

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)

Parameter

property
IReadOnlyProperty

Properti .

Mengembalikan

Benih identitas.

Berlaku untuk

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

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

Mengembalikan nilai awal identitas.

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)

Parameter

overrides
IReadOnlyRelationalPropertyOverrides

Properti mengambil alih.

Mengembalikan

Benih identitas.

Berlaku untuk

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Sumber:
SqlServerPropertyExtensions.cs

Mengembalikan nilai awal identitas.

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)

Parameter

property
IProperty

Properti .

storeObject
StoreObjectIdentifier

Pengidentifikasi objek penyimpanan.

Mengembalikan

Benih identitas.

Berlaku untuk