共用方式為


AdoDotNetTableReader.UnderlyingTable 屬性

取得基礎 DataTable 物件執行個體使用這個類別。

命名空間:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
組件:  Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)

語法

'宣告
Public ReadOnly Property UnderlyingTable As DataTable
public DataTable UnderlyingTable { get; }
public:
property DataTable^ UnderlyingTable {
    DataTable^ get ();
}
member UnderlyingTable : DataTable
function get UnderlyingTable () : DataTable

屬性值

型別:System.Data.DataTable
使用這個類別的基礎 DataTable 物件執行個體。

.NET Framework 安全性

請參閱

參考

AdoDotNetTableReader 類別

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空間