共用方式為


EntryCurrentValueComparer<TProperty>.GetHashCode(IUpdateEntry) 方法

定義

傳回指定物件的雜湊碼。

public int GetHashCode (Microsoft.EntityFrameworkCore.Update.IUpdateEntry obj);
override this.GetHashCode : Microsoft.EntityFrameworkCore.Update.IUpdateEntry -> int
Public Function GetHashCode (obj As IUpdateEntry) As Integer

參數

obj
IUpdateEntry

要傳回雜湊碼的 。

傳回

指定物件的雜湊碼。

實作

適用於