RuntimeSequence 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
RuntimeSequence(String, RuntimeModel, Type, String, Int64, Int32, Boolean, Nullable<Int64>, Nullable<Int64>)
- Source:
- RuntimeSequence.cs
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
시퀀스가 순환인지 여부입니다.
적용 대상
RuntimeSequence(String, RuntimeModel, Type, String, Int64, Int32, Boolean, Nullable<Int64>, Nullable<Int64>, Boolean)
- Source:
- RuntimeSequence.cs
- Source:
- RuntimeSequence.cs
- Source:
- RuntimeSequence.cs
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
시퀀스가 순환인지 여부입니다.
- modelSchemaIsNull
- Boolean
가 null인지 여부를 ModelSchema 나타내는 값입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework