ConventionPropertyExtensions.GetKeyValueComparerConfigurationSource(IConventionProperty) Yöntem

Tanım

Dikkat

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

İçin yapılandırma kaynağını döndürür GetKeyValueComparer() .

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetKeyValueComparerConfigurationSource (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? GetKeyValueComparerConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetKeyValueComparerConfigurationSource : 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 GetKeyValueComparerConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetKeyValueComparerConfigurationSource (property As IConventionProperty) As Nullable(Of ConfigurationSource)

Parametreler

property
IConventionProperty

Yapılandırma kaynağını bulmak için özelliği.

Döndürülenler

Nullable<ConfigurationSource>

İçin yapılandırma kaynağı GetKeyValueComparer() .

Öznitelikler

Şunlara uygulanır