RuntimeSequence Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RuntimeSequence(String, RuntimeModel, Type, String, Int64, Int32, Boolean, Nullable<Int64>, Nullable<Int64>) |
Inicjuje nowe wystąpienie klasy RuntimeSequence. |
RuntimeSequence(String, RuntimeModel, Type, String, Int64, Int32, Boolean, Nullable<Int64>, Nullable<Int64>, Boolean) |
Inicjuje nowe wystąpienie klasy RuntimeSequence. |
RuntimeSequence(String, RuntimeModel, Type, String, Int64, Int32, Boolean, Nullable<Int64>, Nullable<Int64>)
- Źródło:
- RuntimeSequence.cs
Inicjuje nowe wystąpienie klasy 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)
Parametry
- name
- String
Nazwa sekwencji.
- model
- RuntimeModel
Model.
- type
- Type
Typ wygenerowanych wartości.
- schema
- String
Schemat.
- startValue
- Int64
Wartość początkowa.
- incrementBy
- Int32
Przyrost wartości.
- cyclic
- Boolean
Czy sekwencja jest cykliczna.
Dotyczy
RuntimeSequence(String, RuntimeModel, Type, String, Int64, Int32, Boolean, Nullable<Int64>, Nullable<Int64>, Boolean)
- Źródło:
- RuntimeSequence.cs
- Źródło:
- RuntimeSequence.cs
- Źródło:
- RuntimeSequence.cs
Inicjuje nowe wystąpienie klasy 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)
Parametry
- name
- String
Nazwa sekwencji.
- model
- RuntimeModel
Model.
- type
- Type
Typ wygenerowanych wartości.
- schema
- String
Schemat.
- startValue
- Int64
Wartość początkowa.
- incrementBy
- Int32
Przyrost wartości.
- cyclic
- Boolean
Czy sekwencja jest cykliczna.
- modelSchemaIsNull
- Boolean
Wartość wskazująca, czy ModelSchema ma wartość null.