다음을 통해 공유


SqlServerModelExtensions.GetHiLoSequenceSchema 메서드

정의

오버로드

GetHiLoSequenceSchema(IModel)

기본 hi-lo 시퀀스에 사용할 스키마를 반환합니다. UseHiLo(PropertyBuilder, String, String)

GetHiLoSequenceSchema(IReadOnlyModel)

기본 hi-lo 시퀀스에 사용할 스키마를 반환합니다. UseHiLo(PropertyBuilder, String, String)

GetHiLoSequenceSchema(IModel)

기본 hi-lo 시퀀스에 사용할 스키마를 반환합니다. UseHiLo(PropertyBuilder, String, String)

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

매개 변수

model
IModel

모델입니다.

반환

기본 hi-lo 시퀀스에 사용할 스키마입니다.

적용 대상

GetHiLoSequenceSchema(IReadOnlyModel)

기본 hi-lo 시퀀스에 사용할 스키마를 반환합니다. UseHiLo(PropertyBuilder, String, String)

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

매개 변수

model
IReadOnlyModel

모델입니다.

반환

기본 hi-lo 시퀀스에 사용할 스키마입니다.

적용 대상