ConventionPropertyExtensions.GetMaxLengthConfigurationSource Methode

Definition

Gibt die Konfigurationsquelle für GetMaxLength(IProperty)zurück.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetMaxLengthConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetMaxLengthConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetMaxLengthConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

Parameter

property
IConventionProperty

Die Eigenschaft, für die die Konfigurationsquelle gefunden werden soll.

Gibt zurück

Die Konfigurationsquelle für GetMaxLength(IProperty).

Gilt für: