MetaTable.DataContextType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與資料表相關聯之資料內容的型別。
public:
property Type ^ DataContextType { Type ^ get(); };
public Type DataContextType { get; }
member this.DataContextType : Type
Public ReadOnly Property DataContextType As Type
屬性值
資料內容的型別。
備註
如需詳細資訊,請參閱 類別概 System.Data.Linq.DataContext 觀。