SqlServerModelExtensions.SetHiLoSequenceSchema 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SetHiLoSequenceSchema(IMutableModel, String) |
设置要用于默认 hi-lo 序列的架构。 |
SetHiLoSequenceSchema(IConventionModel, String, Boolean) |
设置要用于默认 hi-lo 序列的架构。 |
SetHiLoSequenceSchema(IMutableModel, String)
设置要用于默认 hi-lo 序列的架构。
public static void SetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, string value);
public static void SetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, string? value);
static member SetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * string -> unit
<Extension()>
Public Sub SetHiLoSequenceSchema (model As IMutableModel, value As String)
参数
- model
- IMutableModel
模型。
- value
- String
要设置的值。
适用于
SetHiLoSequenceSchema(IConventionModel, String, Boolean)
设置要用于默认 hi-lo 序列的架构。
public static void SetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, string value, bool fromDataAnnotation = false);
public static string SetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, string value, bool fromDataAnnotation = false);
public static string? SetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, string? value, bool fromDataAnnotation = false);
static member SetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * string * bool -> unit
static member SetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * string * bool -> string
<Extension()>
Public Sub SetHiLoSequenceSchema (model As IConventionModel, value As String, Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetHiLoSequenceSchema (model As IConventionModel, value As String, Optional fromDataAnnotation As Boolean = false) As String
参数
- model
- IConventionModel
模型。
- value
- String
要设置的值。
- fromDataAnnotation
- Boolean
指示配置是否是使用数据注释指定的。
返回
配置的值。