다음을 통해 공유


SqlServerPropertyExtensions.GetIdentityIncrement 메서드

정의

오버로드

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

ID 증분을 반환합니다.

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

ID 증분을 반환합니다.

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

ID 증분을 반환합니다.

GetIdentityIncrement(IProperty)

ID 증분을 반환합니다.

GetIdentityIncrement(IReadOnlyProperty)

ID 증분을 반환합니다.

GetIdentityIncrement(IReadOnlyProperty, StoreObjectIdentifier)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

ID 증분을 반환합니다.

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)

매개 변수

property
IReadOnlyProperty

속성입니다.

storeObject
StoreObjectIdentifier

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

반환

ID 증가입니다.

적용 대상

GetIdentityIncrement(IReadOnlyRelationalPropertyOverrides)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

ID 증분을 반환합니다.

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)

매개 변수

overrides
IReadOnlyRelationalPropertyOverrides

속성이 재정의합니다.

반환

ID 증가입니다.

적용 대상

GetIdentityIncrement(IProperty, StoreObjectIdentifier)

Source:
SqlServerPropertyExtensions.cs

ID 증분을 반환합니다.

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)

매개 변수

property
IProperty

속성입니다.

storeObject
StoreObjectIdentifier

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

반환

ID 증가입니다.

적용 대상

GetIdentityIncrement(IProperty)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

ID 증분을 반환합니다.

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)

매개 변수

property
IProperty

속성입니다.

반환

ID 증가입니다.

적용 대상

GetIdentityIncrement(IReadOnlyProperty)

Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs
Source:
SqlServerPropertyExtensions.cs

ID 증분을 반환합니다.

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)

매개 변수

property
IReadOnlyProperty

속성입니다.

반환

ID 증가입니다.

적용 대상