Sdílet prostřednictvím


RelationalModelExtensions.GetMaxIdentifierLength Metoda

Definice

Přetížení

GetMaxIdentifierLength(IModel)

Vrátí maximální povolenou délku identifikátorů úložiště.

GetMaxIdentifierLength(IReadOnlyModel)

Vrátí maximální povolenou délku identifikátorů úložiště.

GetMaxIdentifierLength(IModel)

Vrátí maximální povolenou délku identifikátorů úložiště.

public static int GetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member GetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.IModel -> int
<Extension()>
Public Function GetMaxIdentifierLength (model As IModel) As Integer

Parametry

model
IModel

Model, pro který chcete získat maximální délku identifikátoru.

Návraty

Maximální délka identifikátoru.

Platí pro

GetMaxIdentifierLength(IReadOnlyModel)

Vrátí maximální povolenou délku identifikátorů úložiště.

public static int GetMaxIdentifierLength (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel model);
static member GetMaxIdentifierLength : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel -> int
<Extension()>
Public Function GetMaxIdentifierLength (model As IReadOnlyModel) As Integer

Parametry

model
IReadOnlyModel

Model, pro který chcete získat maximální délku identifikátoru.

Návraty

Maximální délka identifikátoru.

Platí pro