RelationalModelExtensions.GetMaxIdentifierLengthConfigurationSource Methode

Definition

Gibt die Konfigurationsquelle für GetMaxIdentifierLength(IReadOnlyModel)zurück.

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)

Parameter

model
IConventionModel

Das Modell, für das die Konfigurationsquelle gefunden werden soll.

Gibt zurück

Die Konfigurationsquelle für GetMaxIdentifierLength(IReadOnlyModel).

Gilt für: