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 クラスの概要を参照してください。

適用対象