LinqDataSourceView.ContextType プロパティ

定義

データ コンテキスト クラスの型を取得します。

protected public:
 virtual property Type ^ ContextType { Type ^ get(); };
public:
 virtual property Type ^ ContextType { Type ^ get(); };
protected internal virtual Type ContextType { get; }
public override Type ContextType { get; }
member this.ContextType : Type
Protected Friend Overridable ReadOnly Property ContextType As Type
Public Overrides ReadOnly Property ContextType As Type

プロパティ値

Type

ContextTypeName プロパティが示すデータ コンテキスト クラスに関連付けられている型。

適用対象