Share via


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

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

Property Value

Type: System.Data.DataTable
The underlying DataTable object instance used in this class.

.NET Framework Security

See Also

Reference

AdoDotNetTableReader Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace