次の方法で共有


DatabaseLogFormatter.GetHashCode メソッド

[This page is specific to the Entity Framework version 6.0 Beta. The latest version is available as the 'Entity Framework' NuGet package. For more information, see Entity Framework Releases and Versioning.]

このメンバーは Object.GetHashCode() をオーバーライドします。

名前空間:  System.Data.Entity.Infrastructure.Interception
アセンブリ:  EntityFramework (EntityFramework.dll)

構文

'宣言
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Function GetHashCode As Integer
'使用
Dim instance As DatabaseLogFormatter 
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

戻り値

型: System.Int32

関連項目

参照

DatabaseLogFormatter クラス

System.Data.Entity.Infrastructure.Interception 名前空間