LinqDataSourceView.ContextType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ コンテキスト クラスの型を取得します。
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
プロパティ値
ContextTypeName プロパティが示すデータ コンテキスト クラスに関連付けられている型。