PropertyExtensions.GetKeyValueComparer(IProperty) 方法

定义

ValueComparer获取要与此属性的键一起使用的 ;如果未设置任何设置,null则获取 。

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

参数

property
IProperty

属性。

返回

比较器; null 如果未设置,则为 。

适用于