RelationalModelExtensions.SetMaxIdentifierLength 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
SetMaxIdentifierLength(IConventionModel, Nullable<Int32>, Boolean) |
Legt die maximal zulässige Länge für Speicherbezeichner fest. |
SetMaxIdentifierLength(IMutableModel, Nullable<Int32>) |
Legt die maximal zulässige Länge für Speicherbezeichner fest. |
SetMaxIdentifierLength(IConventionModel, Nullable<Int32>, Boolean)
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
Legt die maximal zulässige Länge für Speicherbezeichner fest.
public static void SetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, int? length, bool fromDataAnnotation = false);
public static int? SetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model, int? length, bool fromDataAnnotation = false);
static member SetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * Nullable<int> * bool -> unit
static member SetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.IConventionModel * Nullable<int> * bool -> Nullable<int>
<Extension()>
Public Sub SetMaxIdentifierLength (model As IConventionModel, length As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetMaxIdentifierLength (model As IConventionModel, length As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)
Parameter
- model
- IConventionModel
Das Modell, für das das Standardschema festgelegt werden soll.
- fromDataAnnotation
- Boolean
Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.
Gibt zurück
Der konfigurierte Wert.
Gilt für:
SetMaxIdentifierLength(IMutableModel, Nullable<Int32>)
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
- Quelle:
- RelationalModelExtensions.cs
Legt die maximal zulässige Länge für Speicherbezeichner fest.
public static void SetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, int? length);
static member SetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Nullable<int> -> unit
<Extension()>
Public Sub SetMaxIdentifierLength (model As IMutableModel, length As Nullable(Of Integer))
Parameter
- model
- IMutableModel
Das Modell, für das das Standardschema festgelegt werden soll.
Gilt für:
Entity Framework