SqlServerPropertyExtensions.FindSequence 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FindSequence(IProperty) |
ISequence 모델에서 키 값 생성 패턴에 사용할 를 찾습니다. |
FindSequence(IReadOnlyProperty) |
ISequence 모델에서 키 값 생성 패턴에 사용할 를 찾습니다. |
FindSequence(IProperty, StoreObjectIdentifier) |
ISequence 모델에서 키 값 생성 패턴에 사용할 를 찾습니다. |
FindSequence(IReadOnlyProperty, StoreObjectIdentifier) |
ISequence 모델에서 키 값 생성 패턴에 사용할 를 찾습니다. |
FindSequence(IProperty)
ISequence 모델에서 키 값 생성 패턴에 사용할 를 찾습니다.
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindSequence (property As IProperty) As ISequence
매개 변수
- property
- IProperty
속성입니다.
반환
사용할 시퀀스이거나 null
모델에 시퀀스가 없는 경우 입니다.
적용 대상
FindSequence(IReadOnlyProperty)
ISequence 모델에서 키 값 생성 패턴에 사용할 를 찾습니다.
public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindSequence (property As IReadOnlyProperty) As IReadOnlySequence
매개 변수
- property
- IReadOnlyProperty
속성입니다.
반환
사용할 시퀀스이거나 null
모델에 시퀀스가 없는 경우 입니다.
적용 대상
FindSequence(IProperty, StoreObjectIdentifier)
ISequence 모델에서 키 값 생성 패턴에 사용할 를 찾습니다.
public static Microsoft.EntityFrameworkCore.Metadata.ISequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.ISequence
<Extension()>
Public Function FindSequence (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As ISequence
매개 변수
- property
- IProperty
속성입니다.
- storeObject
- StoreObjectIdentifier
저장소 개체의 식별자입니다.
반환
사용할 시퀀스이거나 null
모델에 시퀀스가 없는 경우 입니다.
적용 대상
FindSequence(IReadOnlyProperty, StoreObjectIdentifier)
ISequence 모델에서 키 값 생성 패턴에 사용할 를 찾습니다.
public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence? FindSequence (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member FindSequence : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence
<Extension()>
Public Function FindSequence (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As IReadOnlySequence
매개 변수
- property
- IReadOnlyProperty
속성입니다.
- storeObject
- StoreObjectIdentifier
저장소 개체의 식별자입니다.
반환
사용할 시퀀스이거나 null
모델에 시퀀스가 없는 경우 입니다.
적용 대상
Entity Framework