DbConfiguration.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.]
Ruft den Hashcode ab, der dieser Instanz zugeordnet ist.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As DbConfiguration
Dim returnValue As Integer
returnValue = instance.GetHashCode()
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override int GetHashCode()
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual int GetHashCode() override
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract GetHashCode : unit -> int
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override GetHashCode : unit -> int
public override function GetHashCode() : int
Rückgabewert
Typ: System.Int32
Der Hashcode, der dieser Instanz zugeordnet ist.