DbContextInfo.ContextType プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
DbContext 具象型を取得します。
名前空間: System.Data.Entity.Infrastructure
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Overridable ReadOnly Property ContextType As Type
Get
'使用
Dim instance As DbContextInfo
Dim value As Type
value = instance.ContextType
public virtual Type ContextType { get; }
public:
virtual property Type^ ContextType {
Type^ get ();
}
abstract ContextType : Type
override ContextType : Type
function get ContextType () : Type
プロパティ値
型 : System.Type
DbContext 具象型。