DbEntityEntry.GetType メソッド

定義

現在のインスタンスの Type を取得します。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public Type GetType ();
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public Type GetType ();
override this.GetType : unit -> Type
Public Function GetType () As Type

戻り値

現在のインスタンスの正確なランタイム型。

属性

適用対象