다음을 통해 공유


RuntimeSequence 생성자

정의

오버로드

RuntimeSequence(String, RuntimeModel, Type, String, Int64, Int32, Boolean, Nullable<Int64>, Nullable<Int64>)

RuntimeSequence 클래스의 새 인스턴스를 초기화합니다.

RuntimeSequence(String, RuntimeModel, Type, String, Int64, Int32, Boolean, Nullable<Int64>, Nullable<Int64>, Boolean)

RuntimeSequence 클래스의 새 인스턴스를 초기화합니다.

RuntimeSequence(String, RuntimeModel, Type, String, Int64, Int32, Boolean, Nullable<Int64>, Nullable<Int64>)

RuntimeSequence 클래스의 새 인스턴스를 초기화합니다.

public RuntimeSequence (string name, Microsoft.EntityFrameworkCore.Metadata.RuntimeModel model, Type type, string? schema = default, long startValue = 1, int incrementBy = 1, bool cyclic = false, long? minValue = default, long? maxValue = default);
new Microsoft.EntityFrameworkCore.Metadata.RuntimeSequence : string * Microsoft.EntityFrameworkCore.Metadata.RuntimeModel * Type * string * int64 * int * bool * Nullable<int64> * Nullable<int64> -> Microsoft.EntityFrameworkCore.Metadata.RuntimeSequence
Public Sub New (name As String, model As RuntimeModel, type As Type, Optional schema As String = Nothing, Optional startValue As Long = 1, Optional incrementBy As Integer = 1, Optional cyclic As Boolean = false, Optional minValue As Nullable(Of Long) = Nothing, Optional maxValue As Nullable(Of Long) = Nothing)

매개 변수

name
String

시퀀스 이름입니다.

model
RuntimeModel

모델입니다.

type
Type

생성된 값의 형식입니다.

schema
String

스키마입니다.

startValue
Int64

초기 값입니다.

incrementBy
Int32

값 증분입니다.

cyclic
Boolean

시퀀스가 순환인지 여부입니다.

minValue
Nullable<Int64>

최소값입니다.

maxValue
Nullable<Int64>

최대값입니다.

적용 대상

RuntimeSequence(String, RuntimeModel, Type, String, Int64, Int32, Boolean, Nullable<Int64>, Nullable<Int64>, Boolean)

RuntimeSequence 클래스의 새 인스턴스를 초기화합니다.

public RuntimeSequence (string name, Microsoft.EntityFrameworkCore.Metadata.RuntimeModel model, Type type, string? schema = default, long startValue = 1, int incrementBy = 1, bool cyclic = false, long? minValue = default, long? maxValue = default, bool modelSchemaIsNull = false);
new Microsoft.EntityFrameworkCore.Metadata.RuntimeSequence : string * Microsoft.EntityFrameworkCore.Metadata.RuntimeModel * Type * string * int64 * int * bool * Nullable<int64> * Nullable<int64> * bool -> Microsoft.EntityFrameworkCore.Metadata.RuntimeSequence
Public Sub New (name As String, model As RuntimeModel, type As Type, Optional schema As String = Nothing, Optional startValue As Long = 1, Optional incrementBy As Integer = 1, Optional cyclic As Boolean = false, Optional minValue As Nullable(Of Long) = Nothing, Optional maxValue As Nullable(Of Long) = Nothing, Optional modelSchemaIsNull As Boolean = false)

매개 변수

name
String

시퀀스 이름입니다.

model
RuntimeModel

모델입니다.

type
Type

생성된 값의 형식입니다.

schema
String

스키마입니다.

startValue
Int64

초기 값입니다.

incrementBy
Int32

값 증분입니다.

cyclic
Boolean

시퀀스가 순환인지 여부입니다.

minValue
Nullable<Int64>

최소값입니다.

maxValue
Nullable<Int64>

최대값입니다.

modelSchemaIsNull
Boolean

가 null인지 여부를 ModelSchema 나타내는 값입니다.

적용 대상