PropertyExtensions.GetKeyValueComparer(IProperty) Yöntem

Tanım

Bu ValueComparer özellik için anahtarlarla birlikte kullanmak üzere veya hiçbiri null ayarlanmsa alır.

public static Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer GetKeyValueComparer (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetKeyValueComparer : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ValueComparer
<Extension()>
Public Function GetKeyValueComparer (property As IProperty) As ValueComparer

Parametreler

property
IProperty

Özellik.

Döndürülenler

ValueComparer

Karşılaştırıldığında veya null ayarlı değilse.

Şunlara uygulanır