다음을 통해 공유


SqlServerModelExtensions.GetSequenceSchema(IReadOnlyModel) 메서드

정의

기본값 생성 시퀀스에 사용할 스키마를 반환합니다. UseSequence(PropertyBuilder, String, String)

public static string? GetSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> string
<Extension()>
Public Function GetSequenceSchema (model As IReadOnlyModel) As String

매개 변수

model
IReadOnlyModel

모델입니다.

반환

기본 키 값 생성 시퀀스에 사용할 스키마입니다.

적용 대상