Udostępnij za pośrednictwem


RelationalModelExtensions.GetMaxIdentifierLength Metoda

Definicja

Przeciążenia

GetMaxIdentifierLength(IModel)

Zwraca maksymalną dozwoloną długość identyfikatorów sklepu.

GetMaxIdentifierLength(IReadOnlyModel)

Zwraca maksymalną dozwoloną długość identyfikatorów sklepu.

GetMaxIdentifierLength(IModel)

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

Zwraca maksymalną dozwoloną długość identyfikatorów sklepu.

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 umożliwiający uzyskanie maksymalnej długości identyfikatora.

Zwraca

Maksymalna długość identyfikatora.

Dotyczy

GetMaxIdentifierLength(IReadOnlyModel)

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

Zwraca maksymalną dozwoloną długość identyfikatorów sklepu.

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 umożliwiający uzyskanie maksymalnej długości identyfikatora.

Zwraca

Maksymalna długość identyfikatora.

Dotyczy