MetaTable.DataContextType プロパティ

定義

テーブルに関連付けられたデータ コンテキストの型を取得します。

public:
 property Type ^ DataContextType { Type ^ get(); };
public Type DataContextType { get; }
member this.DataContextType : Type
Public ReadOnly Property DataContextType As Type

プロパティ値

データ コンテキストの型。

注釈

詳細については、クラスの概要に関するページを System.Data.Linq.DataContext 参照してください。

適用対象