Share via


AdoDotNetDataTableReader.InnerDataTable Property

Definition

Provides a means for accessing the underlying DataTable object directly.

public:
 property System::Data::DataTable ^ InnerDataTable { System::Data::DataTable ^ get(); };
public System.Data.DataTable InnerDataTable { get; }
member this.InnerDataTable : System.Data.DataTable
Public ReadOnly Property InnerDataTable As DataTable

Property Value

Returns the base DataTable object.

Applies to