SqlServerPropertyExtensions.SetHiLoSequenceSchema Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetHiLoSequenceSchema(IConventionProperty, String, Boolean) |
Legt das Schema fest, das für die Hi-Lo-Sequenz verwendet werden soll. |
SetHiLoSequenceSchema(IMutableProperty, String) |
Legt das Schema fest, das für die Hi-Lo-Sequenz verwendet werden soll. |
SetHiLoSequenceSchema(IConventionProperty, String, Boolean)
Legt das Schema fest, das für die Hi-Lo-Sequenz verwendet werden soll.
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
Parameter
- property
- IConventionProperty
Die Eigenschaft.
- schema
- String
Das zu verwendende Schema.
- fromDataAnnotation
- Boolean
Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.
Gibt zurück
Der konfigurierte Wert.
Gilt für:
SetHiLoSequenceSchema(IMutableProperty, String)
Legt das Schema fest, das für die Hi-Lo-Sequenz verwendet werden soll.
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)
Parameter
- property
- IMutableProperty
Die Eigenschaft.
- schema
- String
Das zu verwendende Schema.
Gilt für:
Entity Framework