다음을 통해 공유


SqlServerPropertyExtensions.FindHiLoSequence 메서드

정의

오버로드

FindHiLoSequence(IProperty)

ISequence 하이로 패턴에 사용할 모델에서 를 찾습니다.

FindHiLoSequence(IReadOnlyProperty)

ISequence 하이로 패턴에 사용할 모델에서 를 찾습니다.

FindHiLoSequence(IProperty, StoreObjectIdentifier)

ISequence 하이로 패턴에 사용할 모델에서 를 찾습니다.

FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier)

ISequence 하이로 패턴에 사용할 모델에서 를 찾습니다.

FindHiLoSequence(IProperty)

ISequence 하이로 패턴에 사용할 모델에서 를 찾습니다.

public static Microsoft.EntityFrameworkCore.Metadata.ISequence FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindHiLoSequence (property As IProperty) As ISequence

매개 변수

property
IProperty

속성입니다.

반환

사용할 시퀀스이거나 null 모델에 시퀀스가 없는 경우 입니다.

적용 대상

FindHiLoSequence(IReadOnlyProperty)

ISequence 하이로 패턴에 사용할 모델에서 를 찾습니다.

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindHiLoSequence (property As IReadOnlyProperty) As IReadOnlySequence

매개 변수

property
IReadOnlyProperty

속성입니다.

반환

사용할 시퀀스이거나 null 모델에 시퀀스가 없는 경우 입니다.

적용 대상

FindHiLoSequence(IProperty, StoreObjectIdentifier)

ISequence 하이로 패턴에 사용할 모델에서 를 찾습니다.

public static Microsoft.EntityFrameworkCore.Metadata.ISequence FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindHiLoSequence (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As ISequence

매개 변수

property
IProperty

속성입니다.

storeObject
StoreObjectIdentifier

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

반환

사용할 시퀀스이거나 null 모델에 시퀀스가 없는 경우 입니다.

적용 대상

FindHiLoSequence(IReadOnlyProperty, StoreObjectIdentifier)

ISequence 하이로 패턴에 사용할 모델에서 를 찾습니다.

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindHiLoSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindHiLoSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindHiLoSequence (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As IReadOnlySequence

매개 변수

property
IReadOnlyProperty

속성입니다.

storeObject
StoreObjectIdentifier

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

반환

사용할 시퀀스이거나 null 모델에 시퀀스가 없는 경우 입니다.

적용 대상