다음을 통해 공유


SqlServerPropertyExtensions.GetIdentitySeed 메서드

정의

오버로드

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

ID 시드를 반환합니다.

GetIdentitySeed(IProperty)

ID 시드를 반환합니다.

GetIdentitySeed(IReadOnlyProperty)

ID 시드를 반환합니다.

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

ID 시드를 반환합니다.

GetIdentitySeed(IProperty, StoreObjectIdentifier)

ID 시드를 반환합니다.

GetIdentitySeed(IReadOnlyProperty, StoreObjectIdentifier)

ID 시드를 반환합니다.

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)

매개 변수

property
IReadOnlyProperty

속성입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

ID 초기값입니다.

적용 대상

GetIdentitySeed(IProperty)

ID 시드를 반환합니다.

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)

매개 변수

property
IProperty

속성입니다.

반환

ID 초기값입니다.

적용 대상

GetIdentitySeed(IReadOnlyProperty)

ID 시드를 반환합니다.

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)

매개 변수

property
IReadOnlyProperty

속성입니다.

반환

ID 초기값입니다.

적용 대상

GetIdentitySeed(IReadOnlyRelationalPropertyOverrides)

ID 시드를 반환합니다.

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)

매개 변수

overrides
IReadOnlyRelationalPropertyOverrides

속성이 재정의합니다.

반환

ID 초기값입니다.

적용 대상

GetIdentitySeed(IProperty, StoreObjectIdentifier)

ID 시드를 반환합니다.

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)

매개 변수

property
IProperty

속성입니다.

storeObject
StoreObjectIdentifier

저장소 개체의 식별자입니다.

반환

ID 초기값입니다.

적용 대상