Freigeben über


ExecutionOptions.GetHashCode-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Fungiert als Hashfunktion für einen besonderen Typ.

Namespace:  System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As ExecutionOptions 
Dim returnValue As Integer 

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int  
override GetHashCode : unit -> int
public override function GetHashCode() : int

Rückgabewert

Typ: System.Int32
Ein Hashcode für das aktuelle Objekt.

Siehe auch

Verweis

ExecutionOptions Klasse

System.Data.Entity.Core.Objects-Namespace