SqlServerPropertyExtensions.FindHiLoSequence 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
모델에 시퀀스가 없는 경우 입니다.
적용 대상
Entity Framework