Udostępnij za pośrednictwem


SqlServerModelExtensions.SetSequenceSchema Metoda

Definicja

Przeciążenia

SetSequenceSchema(IMutableModel, String)

Ustawia schemat do użycia dla domyślnej sekwencji generowania wartości klucza.

SetSequenceSchema(IConventionModel, String, Boolean)

Ustawia schemat do użycia dla domyślnej sekwencji generowania wartości klucza.

SetSequenceSchema(IMutableModel, String)

Ustawia schemat do użycia dla domyślnej sekwencji generowania wartości klucza.

public static void SetSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, string? value);
static member SetSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * string -> unit
<Extension()>
Public Sub SetSequenceSchema (model As IMutableModel, value As String)

Parametry

model
IMutableModel

Model.

value
String

Wartość do ustawienia.

Dotyczy

SetSequenceSchema(IConventionModel, String, Boolean)

Ustawia schemat do użycia dla domyślnej sekwencji generowania wartości klucza.

public static string? SetSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, string? value, bool fromDataAnnotation = false);
static member SetSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * string * bool -> string
<Extension()>
Public Function SetSequenceSchema (model As IConventionModel, value As String, Optional fromDataAnnotation As Boolean = false) As String

Parametry

model
IConventionModel

Model.

value
String

Wartość do ustawienia.

fromDataAnnotation
Boolean

Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.

Zwraca

Skonfigurowana wartość.

Dotyczy