SqlServerPropertyExtensions.GetIdentitySeed Methode

Definition

Überlädt

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Gibt den Identitätskern zurück.

GetIdentitySeed(IProperty)

Gibt den Identitätskern zurück.

GetIdentitySeed(IReadOnlyProperty)

Gibt den Identitätskern zurück.

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

Gibt den Identitätskern zurück.

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Gibt den Identitätskern zurück.

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

Gibt den Identitätskern zurück.

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

Die Eigenschaft.

storeObject
StoreObjectIdentifier

Der Bezeichner des Speicherobjekts.

Gibt zurück

Der ID-Ausgangswert.

Gilt für:

GetIdentitySeed(IProperty)

Gibt den Identitätskern zurück.

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

Die Eigenschaft.

Gibt zurück

Der ID-Ausgangswert.

Gilt für:

GetIdentitySeed(IReadOnlyProperty)

Gibt den Identitätskern zurück.

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

Die Eigenschaft.

Gibt zurück

Der ID-Ausgangswert.

Gilt für:

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

Gibt den Identitätskern zurück.

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

Die -Eigenschaft überschreibt.

Gibt zurück

Der ID-Ausgangswert.

Gilt für:

GetIdentitySeed(IProperty, StoreObjectIdentifier)

Gibt den Identitätskern zurück.

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

Die Eigenschaft.

storeObject
StoreObjectIdentifier

Der Bezeichner des Speicherobjekts.

Gibt zurück

Der ID-Ausgangswert.

Gilt für: