다음을 통해 공유


RelationalModelExtensions.GetSequences 메서드

정의

오버로드

GetSequences(IMutableModel)

모델에 포함된 모든 시퀀스를 반환합니다.

GetSequences(IReadOnlyModel)

모델에 포함된 모든 시퀀스를 반환합니다.

GetSequences(IConventionModel)

모델에 포함된 모든 시퀀스를 반환합니다.

GetSequences(IModel)

모델에 포함된 모든 시퀀스를 반환합니다.

GetSequences(IMutableModel)

모델에 포함된 모든 시퀀스를 반환합니다.

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableSequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model);
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableSequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model);
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IMutableModel -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableSequence>
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IMutableModel -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableSequence>
<Extension()>
Public Function GetSequences (model As IMutableModel) As IReadOnlyList(Of IMutableSequence)
<Extension()>
Public Function GetSequences (model As IMutableModel) As IEnumerable(Of IMutableSequence)

매개 변수

model
IMutableModel

시퀀스를 가져올 모델입니다.

반환

적용 대상

GetSequences(IReadOnlyModel)

모델에 포함된 모든 시퀀스를 반환합니다.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlySequence>
<Extension()>
Public Function GetSequences (model As IReadOnlyModel) As IEnumerable(Of IReadOnlySequence)

매개 변수

model
IReadOnlyModel

시퀀스를 가져올 모델입니다.

반환

적용 대상

GetSequences(IConventionModel)

모델에 포함된 모든 시퀀스를 반환합니다.

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionSequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionSequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IConventionSequence>
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionSequence>
<Extension()>
Public Function GetSequences (model As IConventionModel) As IReadOnlyList(Of IConventionSequence)
<Extension()>
Public Function GetSequences (model As IConventionModel) As IEnumerable(Of IConventionSequence)

매개 변수

model
IConventionModel

시퀀스를 가져올 모델입니다.

반환

적용 대상

GetSequences(IModel)

모델에 포함된 모든 시퀀스를 반환합니다.

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ISequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ISequence> GetSequences (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IModel -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.ISequence>
static member GetSequences : Microsoft.EntityFrameworkCore.Metadata.IModel -> seq<Microsoft.EntityFrameworkCore.Metadata.ISequence>
<Extension()>
Public Function GetSequences (model As IModel) As IReadOnlyList(Of ISequence)
<Extension()>
Public Function GetSequences (model As IModel) As IEnumerable(Of ISequence)

매개 변수

model
IModel

시퀀스를 가져올 모델입니다.

반환

적용 대상