다음을 통해 공유


SqlServerPropertyExtensions.FindSequence 메서드

정의

오버로드

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 모델에 시퀀스가 없는 경우 입니다.

적용 대상