Udostępnij za pośrednictwem


SqlServerPropertyExtensions.SetHiLoSequenceSchema Metoda

Definicja

Przeciążenia

SetHiLoSequenceSchema(IConventionProperty, String, Boolean)

Ustawia schemat do użycia dla sekwencji hi-lo.

SetHiLoSequenceSchema(IMutableProperty, String)

Ustawia schemat do użycia dla sekwencji hi-lo.

SetHiLoSequenceSchema(IConventionProperty, String, Boolean)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

Ustawia schemat do użycia dla sekwencji hi-lo.

public static void SetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string schema, bool fromDataAnnotation = false);
public static string SetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string schema, bool fromDataAnnotation = false);
public static string? SetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string? schema, bool fromDataAnnotation = false);
static member SetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string * bool -> unit
static member SetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string * bool -> string
<Extension()>
Public Sub SetHiLoSequenceSchema (property As IConventionProperty, schema As String, Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetHiLoSequenceSchema (property As IConventionProperty, schema As String, Optional fromDataAnnotation As Boolean = false) As String

Parametry

property
IConventionProperty

Właściwość.

schema
String

Schemat do użycia.

fromDataAnnotation
Boolean

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

Zwraca

Skonfigurowana wartość.

Dotyczy

SetHiLoSequenceSchema(IMutableProperty, String)

Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs
Źródło:
SqlServerPropertyExtensions.cs

Ustawia schemat do użycia dla sekwencji hi-lo.

public static void SetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, string schema);
public static void SetHiLoSequenceSchema (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, string? schema);
static member SetHiLoSequenceSchema : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * string -> unit
<Extension()>
Public Sub SetHiLoSequenceSchema (property As IMutableProperty, schema As String)

Parametry

property
IMutableProperty

Właściwość.

schema
String

Schemat do użycia.

Dotyczy