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
    Get
public DataTable InnerDataTable { get; }
public:
property DataTable^ InnerDataTable {
    DataTable^ get ();
}
member InnerDataTable : DataTable
function get InnerDataTable () : DataTable

Property Value

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

.NET Framework Security

See Also

Reference

AdoDotNetDataTableReader Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace