RelationalModelExtensions.SetMaxIdentifierLength Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
SetMaxIdentifierLength(IConventionModel, Nullable<Int32>, Boolean) |
Nastaví maximální povolenou délku identifikátorů úložiště. |
SetMaxIdentifierLength(IMutableModel, Nullable<Int32>) |
Nastaví maximální povolenou délku identifikátorů úložiště. |
SetMaxIdentifierLength(IConventionModel, Nullable<Int32>, Boolean)
Nastaví maximální povolenou délku identifikátorů úložiště.
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)
Parametry
- model
- IConventionModel
Model, pro který se má nastavit výchozí schéma.
- fromDataAnnotation
- Boolean
Určuje, zda byla konfigurace zadána pomocí datové poznámky.
Návraty
Nakonfigurovaná hodnota.
Platí pro
SetMaxIdentifierLength(IMutableModel, Nullable<Int32>)
Nastaví maximální povolenou délku identifikátorů úložiště.
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))
Parametry
- model
- IMutableModel
Model, pro který se má nastavit výchozí schéma.
Platí pro
Entity Framework