Share via


AdoDotNetDataTableReader.InnerDataTable Property

Provides a means for accessing the underlying DataTable object directly.

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

Syntax

'Declaration
Public ReadOnly Property InnerDataTable As DataTable
'Usage
Dim instance As AdoDotNetDataTableReader 
Dim value As DataTable 

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

Property Value

Type: System.Data.DataTable
Returns the base DataTable object.

.NET Framework Security

See Also

Reference

AdoDotNetDataTableReader Class

AdoDotNetDataTableReader Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace