AdoDotNetTableReader.UnderlyingTable Property

Gets the underlying DataTable object instance used in this class.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Public ReadOnly Property UnderlyingTable As DataTable
'使用
Dim instance As AdoDotNetTableReader
Dim value As DataTable

value = instance.UnderlyingTable
public DataTable UnderlyingTable { get; }
public:
property DataTable^ UnderlyingTable {
    DataTable^ get ();
}
public function get UnderlyingTable () : DataTable

Property Value

Type: System.Data.DataTable

The underlying DataTable object instance used in this class.

Permissions

See Also

Reference

AdoDotNetTableReader Class

AdoDotNetTableReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace