Sdílet prostřednictvím


ConventionPropertyExtensions.GetStructuralValueComparerConfigurationSource Metoda

Definice

Upozornění

Use GetValueComparerConfigurationSource. Only a single value comparer is allowed for a given property.

Vrátí zdroj konfigurace pro GetStructuralValueComparer(IProperty).

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetStructuralValueComparerConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
[System.Obsolete("Use GetValueComparerConfigurationSource. Only a single value comparer is allowed for a given property.")]
public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetStructuralValueComparerConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetStructuralValueComparerConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
[<System.Obsolete("Use GetValueComparerConfigurationSource. Only a single value comparer is allowed for a given property.")>]
static member GetStructuralValueComparerConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetStructuralValueComparerConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

Parametry

property
IConventionProperty

Vlastnost, pro která se má najít zdroj konfigurace.

Návraty

Zdroj konfigurace pro GetStructuralValueComparer(IProperty).

Atributy

Platí pro