DbDispatchers.GetType メソッド
[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.]
名前空間: System.Data.Entity.Infrastructure.Interception
アセンブリ: EntityFramework (EntityFramework.dll)
構文
'宣言
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Function GetType As Type
'使用
Dim instance As DbDispatchers
Dim returnValue As Type
returnValue = instance.GetType()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Type GetType()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
Type^ GetType()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetType : unit -> Type
public function GetType() : Type
戻り値
型: System.Type