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 序列的架構。

適用於