Sdílet prostřednictvím


RelationalModelExtensions.GetMaxIdentifierLengthConfigurationSource Metoda

Definice

Vrátí zdroj konfigurace pro GetMaxIdentifierLength(IReadOnlyModel).

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetMaxIdentifierLengthConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionModel model);
static member GetMaxIdentifierLengthConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetMaxIdentifierLengthConfigurationSource (model As IConventionModel) As Nullable(Of ConfigurationSource)

Parametry

model
IConventionModel

Model, pro který chcete najít zdroj konfigurace.

Návraty

Zdroj konfigurace pro GetMaxIdentifierLength(IReadOnlyModel).

Platí pro