Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
Returns the hash function for this DBContext.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As DbContext
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
Return Value
Type: System.Int32
The hash function for this DbContext.