Aracılığıyla paylaş


RuntimeSequence Oluşturucular

Tanım

Aşırı Yüklemeler

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

RuntimeSequence sınıfının yeni bir örneğini başlatır.

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

RuntimeSequence sınıfının yeni bir örneğini başlatır.

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

RuntimeSequence sınıfının yeni bir örneğini başlatır.

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)

Parametreler

name
String

Sıra adı.

model
RuntimeModel

Model.

type
Type

Oluşturulan değerlerin türü.

schema
String

Şema.

startValue
Int64

başlangıç değeri.

incrementBy
Int32

Değer artışı.

cyclic
Boolean

Sıranın döngüsel olup olmadığı.

minValue
Nullable<Int64>

En az değer.

maxValue
Nullable<Int64>

En çok değer.

Şunlara uygulanır

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

RuntimeSequence sınıfının yeni bir örneğini başlatır.

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)

Parametreler

name
String

Sıra adı.

model
RuntimeModel

Model.

type
Type

Oluşturulan değerlerin türü.

schema
String

Şema.

startValue
Int64

başlangıç değeri.

incrementBy
Int32

Değer artışı.

cyclic
Boolean

Sıranın döngüsel olup olmadığı.

minValue
Nullable<Int64>

En az değer.

maxValue
Nullable<Int64>

En çok değer.

modelSchemaIsNull
Boolean

Null olup olmadığını ModelSchema gösteren bir değer.

Şunlara uygulanır